Skip to content

Commit dd7be09

Browse files
committed
Pin pytest dependency
1 parent ac87fee commit dd7be09

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
@@ -40,7 +40,7 @@ def read(file):
4040
# Note: These are just tools that aren't required, so a version range
4141
# is not necessary here.
4242
tests_require = [
43-
'pytest>=3.7.3',
43+
'pytest>=3.7.3,<4',
4444
'pytest-asyncio>=0.9.0',
4545
'pytest-cov>=2.5.1',
4646
'pytest-mock>=1.10.0',

0 commit comments

Comments
 (0)