update setup.cfg about pytest >= 3.6

see requirements.d/dev.txt
This commit is contained in:
Thomas Waldmann 2018-11-18 22:53:28 +01:00
parent c6983124b5
commit e43ffd917f

View File

@ -25,7 +25,7 @@ upload-dir = docs/_build/html
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
pep8maxlinelength = 120 pep8maxlinelength = 120
norecursedirs = .git norecursedirs = .git
minversion = 2.3 minversion = 3.6
pep8ignore = pep8ignore =
*.py E124 # closing bracket does not match visual indentation (behaves strange!?) *.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!) *.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)