Skip to content

Commit 545dd82

Browse files
committed
Simplifies test requirements
1 parent a2beb7d commit 545dd82

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

tests/requirements.txt

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,8 @@
1-
# Dependency trees generated on python:3.8.3-debian-sim
1+
# Fixed versions only on high level packages
2+
# This allows pip to resolve compatible version
3+
# The same aproach is not recommended on build requirements
24

3-
# Pytest
4-
attrs==20.3.0
5-
more-itertools==8.7.0
6-
packaging==20.9
7-
pluggy==0.13.1
8-
py==1.10.0
9-
pyparsing==2.4.7
10-
six==1.15.0
11-
wcwidth==0.2.5
12-
pytest==6.2.2
13-
14-
# Pylama
15-
pycodestyle==2.6.0
16-
pydocstyle==5.1.1
17-
pyflakes==2.2.0
5+
bandit==1.7.0
186
pylama==7.7.1
19-
20-
# Pytest-xdist
21-
execnet==1.8.0
22-
apipkg==1.5
23-
pytest-forked==1.3.0
7+
pytest==6.2.2
248
pytest-xdist==2.2.1
25-
26-
# Bandit
27-
GitPython==3.1.13
28-
gitdb==4.0.5
29-
smmap==4.0.0
30-
PyYAML==5.4.1
31-
stevedore==3.3.0
32-
pbr==5.5.1
33-
bandit==1.7.0

0 commit comments

Comments
 (0)