Skip to content

Commit 1553c8b

Browse files
committed
updating pytest to >=3.3.1 since it addressed the 3.3.0 problem
1 parent f98382a commit 1553c8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ passenv =
3434
sitepackages = False
3535
deps =
3636
mock
37-
pytest!=3.3.0
38-
pytest-catchlog
37+
pytest>=3.3.1
3938
pytest-cov
4039
pytest-mock
4140
coverage

0 commit comments

Comments
 (0)