File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
PyYAML == 5.1
2
2
cov-core == 1.15.0
3
- coverage == 4.4
3
+ coverage == 5.5
4
4
coveralls == 1.5.1
5
5
cryptography == 3.3.2
6
6
docopt == 0.6.2
7
- nose == 1.3.6
8
- py == 1.5.4
9
- pytest == 4.6.10
10
- pytest-cov == 2.6.1
7
+ pytest == 6.2.2
8
+ pytest-cov == 2.11.1
11
9
-r requirements.txt
12
10
-r requirements-rtd.txt
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ skip_missing_interpreters = True
8
8
[testenv:basecommand]
9
9
commands =
10
10
pip --version
11
- py.test --cov-report term-missing --cov jose {posargs}
11
+ pytest --cov-report term-missing --cov jose {posargs}
12
12
13
13
[testenv:pypy-compatibility]
14
14
# This testenv locks up during coverage so just run tests
15
15
commands =
16
16
pip --version
17
- py.test
17
+ pytest
18
18
19
19
[testenv:pypy3-compatibility]
20
20
# This testenv locks up during coverage so just run tests
21
21
commands =
22
22
pip --version
23
- py.test
23
+ pytest
24
24
25
25
[testenv:compatibility]
26
26
extras =
You can’t perform that action at this time.
0 commit comments