mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
3 lines
102 B
Python
3 lines
102 B
Python
def pytest_configure(config):
|
|
config.addinivalue_line("markers", "parallel: mark parallel tests")
|