Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Aug 18, 2024
1 parent f1a8808 commit 6a8b7e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/tests/integration_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ def pytest_addoption(parser):
)


def pytest_configure(config):
config.addinivalue_line("markers", "slow: mark test as slow to run")


def pytest_collection_modifyitems(config, items):
if config.getoption("--runslow"):
# --runslow given in cli: do not skip slow tests
Expand Down

0 comments on commit 6a8b7e5

Please sign in to comment.