From 94d64164b44737044eb30919a3134f5c9e5133ab Mon Sep 17 00:00:00 2001 From: Jakub Boukal Date: Thu, 18 Jan 2024 13:35:56 +0100 Subject: [PATCH] Fix formating of setup.cfg --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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