forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try running all python tests without deps
- Loading branch information
1 parent
cf0b921
commit 899676d
Showing
7 changed files
with
382 additions
and
29 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
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 @@ | ||
pytest |
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,28 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# by the following command: | ||
# | ||
# pip-compile 'build\test-python-requirements.in' | ||
# | ||
colorama==0.4.6 | ||
# via pytest | ||
exceptiongroup==1.1.1 | ||
# via pytest | ||
importlib-metadata==6.3.0 | ||
# via | ||
# pluggy | ||
# pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
packaging==23.1 | ||
# via pytest | ||
pluggy==1.0.0 | ||
# via pytest | ||
pytest==7.3.0 | ||
# via -r build\test-python-requirements.in | ||
tomli==2.0.1 | ||
# via pytest | ||
typing-extensions==4.5.0 | ||
# via importlib-metadata | ||
zipp==3.15.0 | ||
# via importlib-metadata |
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,27 @@ | ||
# pin setoptconf to prevent issue with 'use_2to3' | ||
setoptconf==0.3.0 | ||
|
||
# Install flake8 first, as both flake8 and autopep8 require pycodestyle, | ||
# but flake8 has a tighter pinning. | ||
flake8 | ||
autopep8 | ||
bandit | ||
black | ||
yapf | ||
pylint | ||
pycodestyle | ||
pydocstyle | ||
prospector | ||
pytest | ||
flask | ||
fastapi | ||
uvicorn | ||
django | ||
isort | ||
|
||
# Integrated TensorBoard tests | ||
tensorboard | ||
torch-tb-profiler | ||
|
||
# extension build tests | ||
freezegun |
Oops, something went wrong.