[Python-modules-commits] [python-zeroconf] 02/04: Restrict flake8-import-order version
Ruben Undheim
rubund-guest at moszumanska.debian.org
Fri Jul 24 14:42:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch upstream
in repository python-zeroconf.
commit 4435a2a4ae1c0b0877785f1a5047f65bb80a14bd
Author: Jakub Stasiak <jakub at stasiak.at>
Date: Sat Jul 11 22:39:24 2015 +0200
Restrict flake8-import-order version
There seems to be a bug in 0.6.x, see
https://github.com/public/flake8-import-order/issues/42
---
requirements-dev.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 915a635..bf06459 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,7 +4,8 @@ coverage
enum34
flake8
flake8-blind-except
-flake8-import-order>=0.4.0
+# Upper bound because of https://github.com/public/flake8-import-order/issues/42
+flake8-import-order>=0.4.0, <=0.6.0
mock
netifaces
nose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git
More information about the Python-modules-commits
mailing list