Add ubuntu-latest to the matrix of test runners (#181)

* Don't clutter logs with info about generic dropin

* Add ubuntu-latest to unit tests

This is currently failing due to an issue with oscrypto and newer openssl https://github.com/wbond/oscrypto/issues/78#issuecomment-1756317472

* fix oscrypto version for ubuntu 24 compatibility (boto3 too see #180)

---------

Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com>
This commit is contained in:
Patrick Robertson
2025-01-24 15:03:55 +01:00
committed by GitHub
parent a6fc4e1bb1
commit e8138eac1c
4 changed files with 112 additions and 100 deletions

View File

@@ -22,6 +22,7 @@ classifiers = [
]
dependencies = [
"oscrypto @ git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8",
"gspread (>=0.0.0)",
"beautifulsoup4 (>=0.0.0)",
"bs4 (>=0.0.0)",
@@ -71,6 +72,7 @@ sphinx-copybutton = "^0.5.2"
myst-parser = "^4.0.0"
furo = "^2024.8.6"
[project.scripts]
auto-archiver = "auto_archiver.__main__:main"