diff --git a/setup.cfg b/setup.cfg index 067f39d..d9e443e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,12 +16,9 @@ universal = 1 [flake8] exclude = docs -# TODO: lower to 80 later max-line-length = 120 [tool:pytest] markers = - integration: mark a test as an integration test - -# Skip integration tests by default + integration: mark a test as an integration test addopts = -m "not integration" --ignore=setup.py