File tree 1 file changed +42
-18
lines changed
1 file changed +42
-18
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file ci/requirements-tests.txt setup.py ci/requirements-tests.in
6
6
#
7
- apipkg==1.5 # via execnet
8
- atomicwrites==1.3.0 # via pytest
7
+ apipkg==1.5
8
+ # via execnet
9
+ atomicwrites==1.3.0
10
+ # via pytest
9
11
attrs==19.1.0
10
- cffi==1.12.2
11
- coverage==4.5.3 # via pytest-cov
12
- execnet==1.5.0 # via pytest-cache
13
- future==0.18.3
14
- mccabe==0.6.1 # via pytest-mccabe
15
- more-itertools==5.0.0 # via pytest
16
- numpy==1.16.2
17
- pep8==1.7.1 # via pytest-pep8
18
- pluggy==0.9.0 # via pytest
19
- py==1.8.0 # via pytest
20
- pycparser==2.19 # via cffi
21
- pyflakes==2.1.1 # via pytest-flakes
22
- pytest-cache==1.0 # via pytest-mccabe, pytest-pep8
12
+ # via pytest
13
+ coverage==4.5.3
14
+ # via pytest-cov
15
+ execnet==1.5.0
16
+ # via pytest-cache
17
+ mccabe==0.6.1
18
+ # via pytest-mccabe
19
+ more-itertools==5.0.0
20
+ # via pytest
21
+ pep8==1.7.1
22
+ # via pytest-pep8
23
+ pluggy==0.9.0
24
+ # via pytest
25
+ py==1.11.0
26
+ # via pytest
27
+ pyflakes==2.1.1
28
+ # via pytest-flakes
29
+ pytest==4.3.1
30
+ # via
31
+ # -r requirements-tests.in
32
+ # pytest-cache
33
+ # pytest-cov
34
+ # pytest-flakes
35
+ # pytest-mccabe
36
+ # pytest-pep8
37
+ pytest-cache==1.0
38
+ # via
39
+ # pytest-mccabe
40
+ # pytest-pep8
23
41
pytest-cov==2.6.1
42
+ # via -r requirements-tests.in
24
43
pytest-flakes==4.0.0
44
+ # via -r requirements-tests.in
25
45
pytest-mccabe==0.1
46
+ # via -r requirements-tests.in
26
47
pytest-pep8==1.0.6
48
+ # via -r requirements-tests.in
27
49
pytest-runner==4.4
28
- pytest==4.3.1
29
- six==1.12.0 # via pytest
30
- typing==3.6.6
50
+ # via -r requirements-tests.in
51
+ six==1.12.0
52
+ # via
53
+ # more-itertools
54
+ # pytest
You can’t perform that action at this time.
0 commit comments