tobiko/linters-requirements.txt
Alex Katz b12c5d5d12 Test that DHCP lease is correctly served when DHCP agent is down
+changed flake8 to version 3.3.0 to support python3.6

Stop agents and then reboot VM. All the dnsmasq processes should
stay alive while the agents are down to serve existing DHCP leases.

Because of the dnsmasq process is restarted right after the
DHCP agent became UP and running we need to make sure that
we are waiting enough time for the dnsmasq processes to be
available.

Change-Id: I06b8ad68657fef0d381fe4f9f2e85105c181d0c0
2020-03-31 14:21:19 +00:00

8 lines
202 B
Plaintext

# pep8 and flake8 requirements
ansible-lint==4.2.0 # MIT
flake8==3.3.0 # MIT
flake8-import-order==0.12 # LGPLv3
mypy>=0.740 # MIT
pylint>=1.9 # GPLv2