mirror of https://github.com/nucypher/nucypher.git
Define `slow` marker in pytest.ini to avoid warnings
parent
740ed7900f
commit
cf2429b902
|
@ -1,2 +1,4 @@
|
|||
[pytest]
|
||||
addopts = -v --runslow --cov=nucypher --junitxml=./reports/pytest-results.xml
|
||||
markers =
|
||||
slow: marks tests as slow (skpped by default, use '--runslow' to include these tests)
|
||||
|
|
Loading…
Reference in New Issue