Skip to content

Commit 2c87157

Browse files
committed
Upgrade pytest
1 parent 944fc60 commit 2c87157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
extras_require = {
99
'test': [
10-
"pytest==3.3.2",
11-
"pytest-xdist",
10+
"pytest>=5.1.3,<6",
11+
"pytest-xdist==1.18.1",
1212
"tox>=2.9.1,<3",
1313
],
1414
'lint': [

0 commit comments

Comments
 (0)