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