Skip to content

Commit

Permalink
bring in latest utils files and test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
leohemsted committed Nov 12, 2024
1 parent 71b8ba5 commit 032beab
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is automatically copied from notifications-utils@82.1.2
# This file was automatically copied from notifications-utils@89.1.0

[tool.black]
line-length = 120
Expand Down
4 changes: 4 additions & 0 deletions requirements_for_test.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.
-r requirements_for_test_common.in

jsonschema>=2.5.1
107 changes: 103 additions & 4 deletions requirements_for_test.txt
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
14 changes: 14 additions & 0 deletions requirements_for_test_common.in
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

0 comments on commit 032beab

Please sign in to comment.