Skip to content

Commit 20710ef

Browse files
committed
Upgrade pytest to v6
1 parent c9bdd79 commit 20710ef

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
@@ -32,12 +32,12 @@
3232
"factory-boy==2.11.1",
3333
"hypothesis>=5,<6",
3434
"pexpect>=4.6, <5",
35-
"pytest>=5.1.3,<6",
35+
"pytest>=6.2.4,<7",
3636
"pytest-asyncio>=0.10.0,<0.11",
3737
"pytest-cov==2.5.1",
3838
"pytest-timeout>=1.4.2,<2",
3939
"pytest-watch>=4.1.0,<5",
40-
"pytest-xdist==1.31.0",
40+
"pytest-xdist==2.3.0",
4141
],
4242
'lint': [
4343
"flake8==3.8.2",

0 commit comments

Comments
 (0)