-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop python <3.10, general maintenance updates (#257)
- Drop python 3.8, 3.9, as per https://numpy.org/neps/nep-0029-deprecation_policy.html - Update and run pre-commits. - Replace pkg_resource with importlib.metadata, fixes #256. - Ignore autogenerated models file in mypy. - Use ruff-format instead of black.
- Loading branch information
Showing
27 changed files
with
286 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
annotated-types==0.7.0 ; python_version >= "3.8" and python_version < "4.0" | ||
bidict==0.23.1 ; python_version >= "3.8" and python_version < "4.0" | ||
certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4.0" | ||
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0" | ||
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" | ||
coverage[toml]==7.6.0 ; python_version >= "3.8" and python_version < "4.0" | ||
docopt==0.6.2 ; python_version >= "3.8" and python_version < "4.0" | ||
exceptiongroup==1.2.2 ; python_version >= "3.8" and python_version < "3.11" | ||
graypy==2.1.0 ; python_version >= "3.8" and python_version < "4.0" | ||
idna==3.7 ; python_version >= "3.8" and python_version < "4.0" | ||
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4.0" | ||
marshmallow==3.21.3 ; python_version >= "3.8" and python_version < "4.0" | ||
packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" | ||
pika==1.3.2 ; python_version >= "3.8" and python_version < "4.0" | ||
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" | ||
pydantic-core==2.20.1 ; python_version >= "3.8" and python_version < "4.0" | ||
pydantic==2.8.2 ; python_version >= "3.8" and python_version < "4.0" | ||
pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4.0" | ||
pytest-mock==3.14.0 ; python_version >= "3.8" and python_version < "4.0" | ||
pytest==8.2.2 ; python_version >= "3.8" and python_version < "4.0" | ||
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0" | ||
requests-mock==1.12.1 ; python_version >= "3.8" and python_version < "4.0" | ||
requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" | ||
setuptools==71.0.3 ; python_version >= "3.8" and python_version < "4.0" | ||
stomp-py==8.1.2 ; python_version >= "3.8" and python_version < "4.0" | ||
tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" | ||
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4.0" | ||
urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0" | ||
websocket-client==1.8.0 ; python_version >= "3.8" and python_version < "4.0" | ||
workflows==2.27 ; python_version >= "3.8" and python_version < "4.0" | ||
annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" | ||
bidict==0.23.1 ; python_version >= "3.10" and python_version < "4.0" | ||
certifi==2024.7.4 ; python_version >= "3.10" and python_version < "4.0" | ||
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" | ||
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" | ||
coverage[toml]==7.6.1 ; python_version >= "3.10" and python_version < "4.0" | ||
docopt==0.6.2 ; python_version >= "3.10" and python_version < "4.0" | ||
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" | ||
graypy==2.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
idna==3.8 ; python_version >= "3.10" and python_version < "4.0" | ||
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
marshmallow==3.22.0 ; python_version >= "3.10" and python_version < "4.0" | ||
packaging==24.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pika==1.3.2 ; python_version >= "3.10" and python_version < "4.0" | ||
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pydantic-core==2.20.1 ; python_version >= "3.10" and python_version < "4.0" | ||
pydantic==2.8.2 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest-cov==5.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest-mock==3.14.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pytest==8.3.2 ; python_version >= "3.10" and python_version < "4.0" | ||
pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4.0" | ||
requests-mock==1.12.1 ; python_version >= "3.10" and python_version < "4.0" | ||
requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0" | ||
setuptools==74.0.0 ; python_version >= "3.10" and python_version < "4.0" | ||
stomp-py==8.1.2 ; python_version >= "3.10" and python_version < "4.0" | ||
tomli==2.0.1 ; python_version >= "3.10" and python_full_version <= "3.11.0a6" | ||
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" | ||
urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0" | ||
websocket-client==1.8.0 ; python_version >= "3.10" and python_version < "4.0" | ||
workflows==2.27 ; python_version >= "3.10" and python_version < "4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
from unittest import mock | ||
|
||
import pytest | ||
|
||
import zocalo.configuration | ||
|
||
sample_configuration = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
from unittest import mock | ||
|
||
import pytest | ||
|
||
import zocalo.configuration | ||
|
||
sample_configuration = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
from __future__ import annotations | ||
|
||
import pytest | ||
|
||
import zocalo.configuration | ||
|
||
sample_configuration = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
from __future__ import annotations | ||
|
||
import pytest | ||
|
||
import zocalo.configuration | ||
|
||
sample_configuration = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
from __future__ import annotations | ||
|
||
import pytest | ||
|
||
import zocalo.configuration | ||
|
||
sample_configuration = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.