d/t/control: add minimum version requirement for flake8 test

the --extend-exclude parameter was added in flake8 3.8.0
This commit is contained in:
Dan Streetman 2021-06-04 12:24:36 -04:00
parent 952b331c22
commit 91e0babd93

View File

@ -1,6 +1,6 @@
Test-Command: flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
Depends:
flake8,
flake8 (>= 3.8.0),
Restrictions: allow-stderr
Test-Command: nosetests3 -v ubuntutools