-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(IDX): split out test requirements
- Loading branch information
Showing
6 changed files
with
99 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
mypy | ||
black | ||
flake8 | ||
pytest | ||
typing-extensions>=4.6.0 # causes issues with python 3.12 if not specified |
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,70 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements-test.txt requirements-test.in requirements.in | ||
# | ||
black==24.10.0 | ||
# via -r requirements-test.in | ||
certifi==2024.8.30 | ||
# via requests | ||
cffi==1.17.1 | ||
# via cryptography | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
click==8.1.7 | ||
# via black | ||
cryptography==44.0.0 | ||
# via pyjwt | ||
flake8==7.1.1 | ||
# via -r requirements-test.in | ||
github3-py==3.2.0 | ||
# via -r requirements.in | ||
idna==3.10 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy==1.13.0 | ||
# via -r requirements-test.in | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
packaging==24.2 | ||
# via | ||
# black | ||
# pytest | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==4.3.6 | ||
# via black | ||
pluggy==1.5.0 | ||
# via pytest | ||
pycodestyle==2.12.1 | ||
# via flake8 | ||
pycparser==2.22 | ||
# via cffi | ||
pyflakes==3.2.0 | ||
# via flake8 | ||
pyjwt[crypto]==2.10.1 | ||
# via | ||
# github3-py | ||
# pyjwt | ||
pytest==8.3.4 | ||
# via -r requirements-test.in | ||
python-dateutil==2.9.0.post0 | ||
# via github3-py | ||
requests==2.32.3 | ||
# via github3-py | ||
six==1.17.0 | ||
# via python-dateutil | ||
typing-extensions==4.12.2 | ||
# via | ||
# -r requirements-test.in | ||
# mypy | ||
uritemplate==4.1.1 | ||
# via github3-py | ||
urllib3==2.2.3 | ||
# via requests |
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 @@ | ||
github3.py | ||
mypy | ||
black | ||
flake8 | ||
pytest | ||
typing-extensions>=4.6.0 # causes issues with python 3.12 if not specified | ||
github3-py==3.2.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