ci: pin `pytest` for package doctests (#19567)
This commit is contained in:
parent
942e650728
commit
b19c3a961c
|
@ -115,7 +115,7 @@ jobs:
|
|||
done
|
||||
- name: Install pytest doctest extension
|
||||
run: |
|
||||
pip install -q "pytest-doctestplus>=0.9.0"
|
||||
pip install -q -r requirements/doctests.txt
|
||||
pip list
|
||||
|
||||
- name: DocTest package
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pytest ==7.4.0
|
||||
pytest-doctestplus ==1.0.0
|
Loading…
Reference in New Issue