Ruff: Add pylint (#1277)

This commit is contained in:
Christian Clauss
2023-03-13 18:03:15 +01:00
committed by GitHub
parent 37c9db09c6
commit 4c00b1683f
4 changed files with 8 additions and 7 deletions

View File

@@ -78,10 +78,9 @@ def pytest_configure(config):
- cd tests/integration; pytest
"""
pytest.fail(msg)
else:
if config.option.dev:
config.option.headed = True
config.option.no_fake_server = True
elif config.option.dev:
config.option.headed = True
config.option.no_fake_server = True
@pytest.fixture(scope="session")