[Python-modules-commits] r29806 - in packages/python-flake8/trunk/debian (3 files)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Thu Jul 17 21:29:58 UTC 2014
Date: Thursday, July 17, 2014 @ 21:29:57
Author: zyga-guest
Revision: 29806
* debian/control: add Suggest: python-mock to python-flake8, this is
required to run the tests
* debian/tests/control: install python-mock to let tests run, note that
tests are currently relying on the executable which is currently
python2-only so no similar changes are made to the python3 side of the
package
Modified:
packages/python-flake8/trunk/debian/changelog
packages/python-flake8/trunk/debian/control
packages/python-flake8/trunk/debian/tests/control
Modified: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog 2014-07-17 21:11:34 UTC (rev 29805)
+++ packages/python-flake8/trunk/debian/changelog 2014-07-17 21:29:57 UTC (rev 29806)
@@ -9,6 +9,12 @@
* debian/control: correct dependencies for python3-flake8 (python3-pep8
instead of pep8, remove python3-flake8)
* debian/copyright: add current upstream maintainer copyright
+ * debian/control: add Suggest: python-mock to python-flake8, this is
+ required to run the tests
+ * debian/tests/control: install python-mock to let tests run, note that
+ tests are currently relying on the executable which is currently
+ python2-only so no similar changes are made to the python3 side of the
+ package
-- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Wed, 16 Jul 2014 16:54:57 +0200
Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control 2014-07-17 21:11:34 UTC (rev 29805)
+++ packages/python-flake8/trunk/debian/control 2014-07-17 21:29:57 UTC (rev 29806)
@@ -28,6 +28,7 @@
python-mccabe (>= 0.2.1),
${misc:Depends},
${python:Depends}
+Suggests: python-mock
Description: code checker using pep8 and pyflakes
Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
runs all tools by launching the single 'flake8' script, but ignores pep8 and
Modified: packages/python-flake8/trunk/debian/tests/control
===================================================================
--- packages/python-flake8/trunk/debian/tests/control 2014-07-17 21:11:34 UTC (rev 29805)
+++ packages/python-flake8/trunk/debian/tests/control 2014-07-17 21:29:57 UTC (rev 29806)
@@ -1,2 +1,2 @@
Tests: tools
-Depends: @
\ No newline at end of file
+Depends: @, python-mock
More information about the Python-modules-commits
mailing list