Skip to content

Commit

Permalink
Refactor pytest.engine path in local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joda9 committed Sep 18, 2024
1 parent 1c8be91 commit 463500b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def pytest_configure(config):
config.addinivalue_line("markers", "slow: mark test as slow to run")
config.addinivalue_line("markers", "local: mark test as local to run")

if config.getoption("--runlocal"):
pytest.engine_local = engine(path=pytest.egon_data_config_yml, ssh=False)
# if config.getoption("--runlocal"):
# pytest.engine_local = engine(path=pytest.egon_data_config_yml, ssh=False)


def pytest_addoption(parser):
Expand Down

0 comments on commit 463500b

Please sign in to comment.