Skip to content

Commit 7d093a1

Browse files
committed
Merge branch 'master' into smart_holder
2 parents d7f98ac + bca4b36 commit 7d093a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: actions/setup-python@v2
23-
- uses: pre-commit/[email protected].2
23+
- uses: pre-commit/[email protected].3
2424
with:
2525
# Slow hooks are marked with manual - slow is okay here, run them too
2626
extra_args: --hook-stage manual --all-files

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)