File tree Expand file tree Collapse file tree 5 files changed +40
-56
lines changed Expand file tree Collapse file tree 5 files changed +40
-56
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ jobs:
117117 name : Run tests
118118 command : |
119119 python -m pip install --user -r requirements/tests.txt
120- python -m pip install --user -r requirements/qa.txt
121120 PYTHONPATH=$(pwd)/src/:$PYTHONPATH
122121 export PYTHONPATH
123122 python -m pytest --black --isort --cov=src/ tests/
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Base
2+ cython
13pytest
4+
5+ # Tooling
6+ black
7+ coverage
8+ isort
9+ pylint
210readme_renderer
11+
12+ # Plugins
13+ pytest-black
14+ pytest-cov != 2.9.0
15+ pytest-isort
16+ pytest-repeat
17+ pytest-timeout
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile
33# To update, run:
44#
5- # pip-compile --no-annotate requirements/tests .in
5+ # pip-compile --no-annotate ./ requirements/test .in
66#
7+ astroid==2.8.0
78attrs==21.2.0
9+ black==21.9b0
810bleach==4.1.0
11+ click==8.0.1
12+ coverage==5.5
13+ cython==0.29.24
914docutils==0.17.1
1015iniconfig==1.1.1
16+ isort==5.9.3
17+ lazy-object-proxy==1.6.0
18+ mccabe==0.6.1
19+ mypy-extensions==0.4.3
1120packaging==21.0
21+ pathspec==0.9.0
22+ platformdirs==2.3.0
1223pluggy==1.0.0
1324py==1.10.0
1425pygments==2.10.0
26+ pylint==2.11.1
1527pyparsing==2.4.7
28+ pytest-black==0.3.12
29+ pytest-cov==2.12.1
30+ pytest-isort==2.0.0
31+ pytest-repeat==0.9.1
32+ pytest-timeout==1.4.2
1633pytest==6.2.5
1734readme-renderer==29.0
35+ regex==2021.8.28
1836six==1.16.0
1937toml==0.10.2
38+ tomli==1.2.1
39+ typing-extensions==3.10.0.2
2040webencodings==0.5.1
41+ wrapt==1.12.1
42+
43+ # The following packages are considered to be unsafe in a requirements file:
44+ # setuptools
You can’t perform that action at this time.
0 commit comments