Skip to content

Commit

Permalink
Pin pytest version to avoid CI permission errors
Browse files Browse the repository at this point in the history
The CI is failing with `pytest-8.0.0`:
```
E   PermissionError: [Errno 13] Permission denied: '/lost+found/__init__.py'
```
[noissue]
  • Loading branch information
git-hyagi authored and lubosmj committed Jan 30, 2024
1 parent b93b930 commit 3abe1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulp-smash @ git+https://github.com/pulp/pulp-smash.git
pytest
pytest==7.4.4

0 comments on commit 3abe1d6

Please sign in to comment.