From e43ffd917fa047ae8725b0f622b7f161282319d0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 18 Nov 2018 22:53:28 +0100 Subject: [PATCH] update setup.cfg about pytest >= 3.6 see requirements.d/dev.txt --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e3fc537..a5a7adc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ upload-dir = docs/_build/html DJANGO_SETTINGS_MODULE = nsupdate.settings.dev pep8maxlinelength = 120 norecursedirs = .git -minversion = 2.3 +minversion = 3.6 pep8ignore = *.py E124 # closing bracket does not match visual indentation (behaves strange!?) *.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)