Skip to content

Commit

Permalink
Pin the pytest dependency
Browse files Browse the repository at this point in the history
A recent upgrade of the pytest package to 8.0.0 led to errors in our CI.

This should fix the following error: PermissionError: [Errno 13] Permission denied: '/lost+found/__init__.py'

[noissue]
  • Loading branch information
lubosmj committed Jan 30, 2024
1 parent a8c7084 commit 637243b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pulp-smash @ git+https://github.com/pulp/pulp-smash.git
pytest
pytest<8
python-gnupg
2 changes: 1 addition & 1 deletion lint_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For more info visit https://github.com/pulp/plugin_template

# python packages handy for developers, but not required by pulp
black
black==23.12.1
check-manifest
flake8
flake8-black
Expand Down

0 comments on commit 637243b

Please sign in to comment.