Skip to content
Snippets Groups Projects
Commit 599b7ab1 authored by Tine Wittler's avatar Tine Wittler :construction_worker_tone2:
Browse files

chore(deps): update dependency pytest-runner to v6

parent d01d7b9e
No related branches found
No related tags found
1 merge request!16chore(deps): update dependency pytest-runner to v6
......@@ -5,7 +5,7 @@ import sys
from setuptools import setup
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
pytest_runner = ["pytest-runner >=4.0,<5dev"] if needs_pytest else []
pytest_runner = ["pytest-runner >=6,<7"] if needs_pytest else []
def read(fname):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment