Define `slow` marker in pytest.ini to avoid warnings

pull/1106/head
Bogdan Opanchuk 2019-06-26 22:36:18 -07:00
parent 740ed7900f
commit cf2429b902
1 changed files with 2 additions and 0 deletions

View File

@ -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)