Skip to content

Commit cd7a171

Browse files
authored
Bump pytest to 5.4.0 to resolve version conflicts (#190)
1 parent 0c27648 commit cd7a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
crypto_requires = ["cryptography>=1.3.0"]
1111

1212
test_requires = crypto_requires + [
13-
"pytest~=3.6.0",
13+
"pytest~=5.4.0",
1414
"pytest-asyncio~=0.8",
1515
"async_generator~=1.8",
1616
"async-timeout~=2.0",

0 commit comments

Comments
 (0)