Skip to content

Commit

Permalink
ci(tests): pin pytest (#2362)
Browse files Browse the repository at this point in the history
With pytest-8.1.0 it has been discovered that there are breaking changes
which affect flexmock (flexmock/flexmock#152).

This release has already been “yanked” from the pip, yet it's making our
life miserable, so pin the pytest to the last working version until this
mess is resolved.
  • Loading branch information
mfocko authored Mar 6, 2024
2 parents 9a8ade9 + 5cd3962 commit 9056309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/recipe-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ansible.builtin.pip:
name:
- requre
- pytest
- pytest==8.0.2
- pytest-cov
- pytest-flask
- deepdiff

0 comments on commit 9056309

Please sign in to comment.