-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bring in latest utils files and test requirements
- Loading branch information
1 parent
71b8ba5
commit 032beab
Showing
4 changed files
with
122 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
. | ||
-r requirements_for_test_common.in | ||
|
||
jsonschema>=2.5.1 |
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,4 +1,103 @@ | ||
. | ||
-r requirements_for_test_common.txt | ||
|
||
jsonschema>=2.5.1 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements_for_test.in | ||
# | ||
attrs==24.2.0 | ||
# via | ||
# jsonschema | ||
# pytest | ||
# referencing | ||
beautifulsoup4==4.11.1 | ||
# via -r requirements_for_test_common.in | ||
black==24.4.0 | ||
# via -r requirements_for_test_common.in | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
click==8.1.7 | ||
# via black | ||
colorama==0.4.6 | ||
# via pytest-watch | ||
coverage==7.6.4 | ||
# via pytest-testmon | ||
docopt==0.6.2 | ||
# via | ||
# notifications-python-client | ||
# pytest-watch | ||
execnet==2.1.1 | ||
# via pytest-xdist | ||
freezegun==1.2.2 | ||
# via -r requirements_for_test_common.in | ||
idna==3.10 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jsonschema==4.23.0 | ||
# via -r requirements_for_test.in | ||
jsonschema-specifications==2024.10.1 | ||
# via jsonschema | ||
mypy-extensions==1.0.0 | ||
# via black | ||
notifications-python-client @ file:///Users/leo.hemsted/dev/python-client | ||
# via -r requirements_for_test.in | ||
packaging==24.2 | ||
# via | ||
# black | ||
# pytest | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==4.3.6 | ||
# via black | ||
pluggy==1.5.0 | ||
# via pytest | ||
pyjwt==2.9.0 | ||
# via notifications-python-client | ||
pytest==7.2.0 | ||
# via | ||
# -r requirements_for_test_common.in | ||
# pytest-env | ||
# pytest-mock | ||
# pytest-testmon | ||
# pytest-watch | ||
# pytest-xdist | ||
pytest-env==0.8.1 | ||
# via -r requirements_for_test_common.in | ||
pytest-mock==3.9.0 | ||
# via -r requirements_for_test_common.in | ||
pytest-testmon==2.1.0 | ||
# via -r requirements_for_test_common.in | ||
pytest-watch==4.2.0 | ||
# via -r requirements_for_test_common.in | ||
pytest-xdist==3.0.2 | ||
# via -r requirements_for_test_common.in | ||
python-dateutil==2.9.0.post0 | ||
# via freezegun | ||
referencing==0.35.1 | ||
# via | ||
# jsonschema | ||
# jsonschema-specifications | ||
requests==2.32.3 | ||
# via | ||
# notifications-python-client | ||
# requests-mock | ||
requests-mock==1.10.0 | ||
# via -r requirements_for_test_common.in | ||
rpds-py==0.21.0 | ||
# via | ||
# jsonschema | ||
# referencing | ||
ruff==0.3.7 | ||
# via -r requirements_for_test_common.in | ||
six==1.16.0 | ||
# via | ||
# python-dateutil | ||
# requests-mock | ||
soupsieve==2.6 | ||
# via beautifulsoup4 | ||
urllib3==2.2.3 | ||
# via requests | ||
watchdog==6.0.0 | ||
# via pytest-watch |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This file was automatically copied from [email protected] | ||
|
||
beautifulsoup4==4.11.1 | ||
pytest==7.2.0 | ||
pytest-env==0.8.1 | ||
pytest-mock==3.9.0 | ||
pytest-xdist==3.0.2 | ||
pytest-testmon==2.1.0 | ||
pytest-watch==4.2.0 | ||
requests-mock==1.10.0 | ||
freezegun==1.2.2 | ||
|
||
black==24.4.0 # Also update `.pre-commit-config.yaml` if this changes | ||
ruff==0.3.7 # Also update `.pre-commit-config.yaml` if this changes |