Skip to content

Commit 8145bca

Browse files
author
Joshua Massover
committed
Upgrade pytest due to attrs incompatibility
pytest-dev/pytest#5903
1 parent c193d95 commit 8145bca

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
@@ -5,7 +5,7 @@ envlist = py26, py27, py33, py34, py35, py36, py37, pypy, pypy3, pycodestyle, co
55
commands = pytest
66
setenv = DJANGO_SETTINGS_MODULE=jsonrpc.tests.test_backend_django.settings
77
deps =
8-
pytest==4.0.2
8+
pytest==4.3.0
99
Django==1.11
1010
Flask==0.12.2
1111

0 commit comments

Comments
 (0)