Skip to content

Commit 788f7a3

Browse files
committed
Remove requires.io filter
1 parent f002c00 commit 788f7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ envlist = py{26,27,33,34,35,py,py3}-pytest{28,29}, flake8
88

99
[testenv]
1010
deps =
11-
pytest28: pytest==2.8.7 # rq.filter: >=2.8,<2.9
11+
pytest28: pytest==2.8.7
1212
pytest29: pytest==2.9.2
1313
pytest-localserver
1414
commands = py.test -v -r a {posargs}

0 commit comments

Comments
 (0)