Skip to content

Commit

Permalink
Pin pytest under 8
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Feb 7, 2024
1 parent bbacbb6 commit f02aa89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
.github/workflows/scripts/install_ruby_client.sh
shell: "bash"

- name: Debugging S3
if: ${{ env.TEST == 's3' }}
uses: mxschmitt/action-tmate@v3

- name: "Script"
run: |
.github/workflows/scripts/script.sh
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ flake8-quotes
mock
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
pydocstyle<4
pytest
pytest<8
2 changes: 1 addition & 1 deletion unittest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mock
pytest
pytest<8

0 comments on commit f02aa89

Please sign in to comment.