Skip to content

Commit c8f7a9e

Browse files
committed
Bump testing dependencies
1 parent 6e626b2 commit c8f7a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ skipsdist=True
77
usedevelop=True
88
deps =
99
pip>=19.3.1
10-
pytest>=3.10
11-
pytest-cov>=2.6
10+
pytest>=6.0
11+
pytest-cov>=2.10
1212
commands =
1313
stagpy version
1414
pytest --cov=stagpy --cov-report term-missing {posargs}
@@ -17,15 +17,15 @@ setenv = STAGPY_ISOLATED=True
1717
[testenv:flake8]
1818
skip_install = true
1919
deps =
20-
flake8>=3.7
20+
flake8>=3.8
2121
flake8-docstrings>=1.5
2222
commands =
2323
flake8 setup.py stagpy/ tests/
2424

2525

2626
[pytest]
2727
testpaths = tests
28-
python-files = test_*.py
28+
python_files = test_*.py
2929

3030
[flake8]
3131
; E731: do not assign a lambda expresssion

0 commit comments

Comments
 (0)