Skip to content

Commit

Permalink
Temporary downgrade to pytest 7.4.4
Browse files Browse the repository at this point in the history
pytest versions 8.0.*, 8.1.* and 8.2.* (at least up to 8.2.2) skip the `plugins` folder, thus skipping the tests of the plugins.

Temporary downgrade to pytest 7.4.4.
In case the issue doesn't get fixed, we might have to change the folder structure
  • Loading branch information
Famlam authored and frodrigo committed Jul 14, 2024
1 parent 9ca7bfb commit 1929ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tiletanic
sentry-sdk

# Tests
pytest
pytest == 7.4.4 # In v8 it skips the plugins folder, see our issue #2266 and https://github.com/pytest-dev/pytest/issues/12605
xmltodict
termcolor
pylama
Expand Down

0 comments on commit 1929ccf

Please sign in to comment.