shift tests away a little, mark "ignored" for regular pytest runs

This commit is contained in:
holger krekel
2020-06-05 16:50:42 +02:00
parent 05e1c00cd1
commit e66ed8eadb
3 changed files with 83 additions and 80 deletions

View File

@@ -33,9 +33,6 @@ def pytest_addoption(parser):
def pytest_configure(config):
config.addinivalue_line(
"markers", "ignored: Mark test as bing slow, skipped unless --ignored is used."
)
cfg = config.getoption('--liveconfig')
if not cfg:
cfg = os.getenv('DCC_NEW_TMP_EMAIL')