Skip to content

Commit

Permalink
ci: pin pytest for package doctests (#19567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 4, 2024
1 parent 942e650 commit b19c3a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements/doctests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest ==7.4.0
pytest-doctestplus ==1.0.0

0 comments on commit b19c3a9

Please sign in to comment.