mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore: configure parallel marker for pytest
avoid warning during tests
This commit is contained in:
2
compiler/tests/python/conftest.py
Normal file
2
compiler/tests/python/conftest.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def pytest_configure(config):
|
||||
config.addinivalue_line("markers", "parallel: mark parallel tests")
|
||||
Reference in New Issue
Block a user