Skip to content

Commit 3813773

Browse files
committed
requirements: Merge qa.in into tests.in
1 parent 7d078e0 commit 3813773

File tree

5 files changed

+40
-56
lines changed

5 files changed

+40
-56
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

requirements/qa.in

Lines changed: 0 additions & 16 deletions
This file was deleted.

requirements/qa.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

requirements/tests.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1+
# Base
2+
cython
13
pytest
4+
5+
# Tooling
6+
black
7+
coverage
8+
isort
9+
pylint
210
readme_renderer
11+
12+
# Plugins
13+
pytest-black
14+
pytest-cov != 2.9.0
15+
pytest-isort
16+
pytest-repeat
17+
pytest-timeout

requirements/tests.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,43 @@
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
78
attrs==21.2.0
9+
black==21.9b0
810
bleach==4.1.0
11+
click==8.0.1
12+
coverage==5.5
13+
cython==0.29.24
914
docutils==0.17.1
1015
iniconfig==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
1120
packaging==21.0
21+
pathspec==0.9.0
22+
platformdirs==2.3.0
1223
pluggy==1.0.0
1324
py==1.10.0
1425
pygments==2.10.0
26+
pylint==2.11.1
1527
pyparsing==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
1633
pytest==6.2.5
1734
readme-renderer==29.0
35+
regex==2021.8.28
1836
six==1.16.0
1937
toml==0.10.2
38+
tomli==1.2.1
39+
typing-extensions==3.10.0.2
2040
webencodings==0.5.1
41+
wrapt==1.12.1
42+
43+
# The following packages are considered to be unsafe in a requirements file:
44+
# setuptools

0 commit comments

Comments
 (0)