We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4008b5b commit 45fb20aCopy full SHA for 45fb20a
1 file changed
setup.py
@@ -38,7 +38,7 @@ def read(file):
38
# Note: These are just tools that aren't required, so a version range
39
# is not necessary here.
40
tests_require = [
41
- 'pytest>=7.1..2,<8',
+ 'pytest>=7.1.2,<8',
42
'pytest-asyncio>=0.18.3,<0.19',
43
'pytest-cov>=3.0.0,<4',
44
'flake8==4.0.1',
0 commit comments