[Python-apps-commits] r12880 - in packages/pydocstyle/trunk/debian (3 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Mar 6 11:23:13 UTC 2016


    Date: Sunday, March 6, 2016 @ 11:23:12
  Author: danstender-guest
Revision: 12880

dropped fix-tests-py3-environment.patch

Modified:
  packages/pydocstyle/trunk/debian/changelog
  packages/pydocstyle/trunk/debian/patches/series
Deleted:
  packages/pydocstyle/trunk/debian/patches/fix-tests-py3-environment.patch

Modified: packages/pydocstyle/trunk/debian/changelog
===================================================================
--- packages/pydocstyle/trunk/debian/changelog	2016-03-06 11:19:15 UTC (rev 12879)
+++ packages/pydocstyle/trunk/debian/changelog	2016-03-06 11:23:12 UTC (rev 12880)
@@ -2,8 +2,9 @@
 
   * added deb/source/options (ignore egg-info).
   * deb/rules: skip test_integration completely temporarily (see comment).
+  * dropped fix-tests-py3-environment.patch (not needed anymore).
 
- -- Daniel Stender <stender at debian.org>  Sun, 06 Mar 2016 12:15:40 +0100
+ -- Daniel Stender <stender at debian.org>  Sun, 06 Mar 2016 12:21:41 +0100
 
 pydocstyle (1.0.0-1) unstable; urgency=medium
 

Deleted: packages/pydocstyle/trunk/debian/patches/fix-tests-py3-environment.patch
===================================================================
--- packages/pydocstyle/trunk/debian/patches/fix-tests-py3-environment.patch	2016-03-06 11:19:15 UTC (rev 12879)
+++ packages/pydocstyle/trunk/debian/patches/fix-tests-py3-environment.patch	2016-03-06 11:23:12 UTC (rev 12880)
@@ -1,16 +0,0 @@
-Description: fix install_package fixture in test_integration.py
- for Py3 environment.
-Author: Daniel Stender <stender at debian.org>
-Forwarded: https://github.com/PyCQA/pydocstyle/issues/177
-
---- a/src/tests/test_integration.py
-+++ b/src/tests/test_integration.py
-@@ -100,7 +100,7 @@
- @pytest.yield_fixture(scope="module")
- def install_package(request):
-     cwd = os.path.join(os.path.dirname(__file__), '..', '..')
--    install_cmd = "python setup.py develop"
-+    install_cmd = "python3 setup.py develop"
-     uninstall_cmd = install_cmd + ' --uninstall'
-     subprocess.check_call(shlex.split(install_cmd), cwd=cwd)
-     yield

Modified: packages/pydocstyle/trunk/debian/patches/series
===================================================================
--- packages/pydocstyle/trunk/debian/patches/series	2016-03-06 11:19:15 UTC (rev 12879)
+++ packages/pydocstyle/trunk/debian/patches/series	2016-03-06 11:23:12 UTC (rev 12880)
@@ -1,3 +1,2 @@
-fix-tests-py3-environment.patch
 disable-sphinxcontrib.issuetracker.patch
 strip-manpage.patch




More information about the Python-apps-commits mailing list