Skip to content

Commit 7d32418

Browse files
committed
Allow newer pytest versions
1 parent 7421fa1 commit 7d32418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ myanmartools
2121
PyICU
2222

2323
# Tests
24-
pytest == 7.4.4 # In v8 it skips the plugins folder, see our issue #2266 and https://github.com/pytest-dev/pytest/issues/12605
24+
pytest != 8.* # In v8 it skips the plugins folder, see our issue #2266
2525
xmltodict
2626
termcolor
2727
pylama

0 commit comments

Comments
 (0)