b12c5d5d12
+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
8 lines
202 B
Plaintext
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
|