Skip to content

Commit b19c3a9

Browse files
authored
ci: pin pytest for package doctests (#19567)
1 parent 942e650 commit b19c3a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-pkg-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
done
116116
- name: Install pytest doctest extension
117117
run: |
118-
pip install -q "pytest-doctestplus>=0.9.0"
118+
pip install -q -r requirements/doctests.txt
119119
pip list
120120
121121
- name: DocTest package

requirements/doctests.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest ==7.4.0
2+
pytest-doctestplus ==1.0.0

0 commit comments

Comments
 (0)