Skip to content

Commit

Permalink
Fix tests with Python 3.4. Using pytest < 3.3 for pytest-timeout < 1.…
Browse files Browse the repository at this point in the history
…2.1 compatibility.
  • Loading branch information
rrzaripov authored and BoboTiG committed Dec 18, 2018
1 parent 17b3c30 commit edba525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist = py{37,36,35,34,27,py3,py}
deps = pytest-cov
py{37,36,35,27,py3,py}: pytest-timeout
py{34}: pytest-timeout<1.2.1
py{34}: pytest<3.3
commands = py.test {posargs}

[pytest]
Expand Down

0 comments on commit edba525

Please sign in to comment.