mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
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:
parent
952b331c22
commit
91e0babd93
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user