Skip to content

Commit 719e677

Browse files
committed
Fix CI failure due to upstream fixture breakage
1 parent 7d0273e commit 719e677

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@
4545
],
4646
'test': [
4747
"hypothesis==3.44.26",
48-
"pytest~=3.3",
48+
# pinned to <3.7 until async fixtures work again
49+
# https://github.com/pytest-dev/pytest-asyncio/issues/89
50+
"pytest>=3.6,<3.7",
4951
"pytest-asyncio==0.8.0",
5052
"pytest-cov==2.5.1",
5153
"pytest-watch>=4.1.0,<5",
5254
"pytest-xdist==1.18.1",
5355
# only needed for p2p
54-
"pytest-asyncio-network-simulator==0.1.0a1;python_version>='3.6'",
56+
"pytest-asyncio-network-simulator==0.1.0a2;python_version>='3.6'",
5557
],
5658
'lint': [
5759
"flake8==3.5.0",

0 commit comments

Comments
 (0)