From 1a7f979840e7a1c117f6cc5f78b1d1432a2e6d22 Mon Sep 17 00:00:00 2001 From: Dylan Young Date: Sun, 8 Mar 2020 22:52:09 -0300 Subject: [PATCH] Exclude docs/conf.py from tests (GH-36) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b92ce01..bb9a8f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [tool:pytest] -addopts = -vs --tb=short --pep8 --flakes +addopts = -vs --tb=short --pep8 --flakes --ignore docs/conf.py DJANGO_SETTINGS_MODULE = csp.tests.settings