Ignore test_cypress_datatrans.py

This commit is contained in:
Daniel Egger 2024-07-02 16:25:13 +02:00
parent a53459f8bf
commit dc576f4fa3
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ import pytest
from _pytest.runner import runtestprotocol
def pytest_ignore_collect(path, config):
if path.basename == "test_cypress_datatrans.py":
return True
@pytest.hookimpl(tryfirst=True)
def pytest_collection_modifyitems(config, items):
parallel_items = []