Skip to content

Commit

Permalink
Update test suite requirements (followup to 24c9eb8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Sep 5, 2019
1 parent 581a1cf commit 64dd97f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions requirements-checks.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Python packages required to run `make check'.
flake8 >= 2.6.0
flake8-docstrings >= 0.2.8
pyflakes >= 1.2.3
flake8 >= 3.7.8
flake8-docstrings >= 1.4.0
pyflakes >= 2.1.1
6 changes: 3 additions & 3 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
capturer >= 2.4
coverage >= 4.2
pytest >= 3.0.4
pytest-cov >= 2.4.0
coverage >= 4.5.4
pytest >= 5.1.2
pytest-cov >= 2.7.1

0 comments on commit 64dd97f

Please sign in to comment.