Skip to content

Commit 26f948c

Browse files
committed
Merge pull request #3745 from linovia/feature/py35_support
Fix tox build against python 3.5 by upgrading pytest.
2 parents e3274af + aab7da4 commit 26f948c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/requirements-testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# PyTest for running the tests.
2-
pytest==2.6.4
3-
pytest-django==2.8.0
2+
pytest==2.8.5
3+
pytest-django==2.9.1
44
pytest-cov==1.8.1

0 commit comments

Comments
 (0)