fix pytest version to 8

This commit is contained in:
AlexVonB
2024-07-14 21:02:49 +02:00
parent 0a5c89aa49
commit 75a678dab9

View File

@@ -4,7 +4,7 @@ envlist = py38
[testenv]
passenv = PYTHONPATH
deps =
pytest
pytest==8
flake8
restructuredtext_lint
Pygments