Skip to content

Commit 5e4804b

Browse files
authored
tests: use master commit for pytest on 3.10 (#2967)
1 parent e08a581 commit 5e4804b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ numpy==1.19.3; (platform_python_implementation!="PyPy" or sys_platform=="linux")
55
numpy==1.20.0; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.7" and python_version<"3.10"
66
pytest==4.6.9; python_version<"3.5"
77
pytest==6.1.2; python_version=="3.5"
8-
pytest==6.2.1; python_version>="3.6"
8+
pytest==6.2.1; python_version>="3.6" and python_version<="3.9"
9+
pytest @ git+https://github.com/pytest-dev/pytest@c117bc350ec1e570672fda3b2ad234fd52e72b53; python_version>="3.10"
910
pytest-timeout
1011
scipy==1.2.3; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version<"3.6"
1112
scipy==1.5.4; (platform_python_implementation!="PyPy" or sys_platform=="linux") and python_version>="3.6" and python_version<"3.10"

0 commit comments

Comments
 (0)