Fixed docker tests.

This commit is contained in:
Joe Testa
2020-10-11 14:41:58 -04:00
parent b15664929f
commit 6497213900
5 changed files with 67 additions and 39 deletions

View File

@ -93,6 +93,7 @@ indent-string = " "
disable =
bad-continuation,
broad-except,
duplicate-code,
fixme,
invalid-name,
line-too-long,
@ -125,9 +126,9 @@ max-module-lines = 2500
[flake8]
ignore =
E241, # multiple spaces after operator; should be kept for tabular data
E241, # multiple spaces after operator; should be kept for tabular data
E303, # too many blank lines
E501, # line too long
E501, # line too long
[pytest]
junit_family = xunit1