chore: configure parallel marker for pytest

avoid warning during tests
This commit is contained in:
youben11
2022-04-04 10:45:29 +01:00
committed by Ayoub Benaissa
parent 690b4f75c5
commit ec8004cd3a

View File

@@ -0,0 +1,2 @@
def pytest_configure(config):
config.addinivalue_line("markers", "parallel: mark parallel tests")