Files
concrete/compiler/tests/python/conftest.py
youben11 ec8004cd3a chore: configure parallel marker for pytest
avoid warning during tests
2022-04-04 12:48:48 +01:00

3 lines
102 B
Python

def pytest_configure(config):
config.addinivalue_line("markers", "parallel: mark parallel tests")