mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
shift tests away a little, mark "ignored" for regular pytest runs
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user