Skip to content

Commit 45fb20a

Browse files
committed
Fix CI
1 parent 4008b5b commit 45fb20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def read(file):
3838
# Note: These are just tools that aren't required, so a version range
3939
# is not necessary here.
4040
tests_require = [
41-
'pytest>=7.1..2,<8',
41+
'pytest>=7.1.2,<8',
4242
'pytest-asyncio>=0.18.3,<0.19',
4343
'pytest-cov>=3.0.0,<4',
4444
'flake8==4.0.1',

0 commit comments

Comments
 (0)