[Python-modules-commits] [python-virtualenv] 01/01: d/tests/smoketest-{2, 3}: Pin the version of world that pip installs to less than 4 so that no C is required. (LP: #1626201)

Barry Warsaw barry at moszumanska.debian.org
Wed Sep 21 17:59:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-virtualenv.

commit 042723f4820b5c6e4682a59d5d6abca4c3d2dfab
Author: Barry Warsaw <barry at python.org>
Date:   Wed Sep 21 13:59:01 2016 -0400

    d/tests/smoketest-{2,3}: Pin the version of world that pip installs to less than 4 so that no C is required.  (LP: #1626201)
---
 debian/changelog         | 7 +++++++
 debian/tests/smoketest-2 | 4 ++--
 debian/tests/smoketest-3 | 4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f875081..fa392ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-virtualenv (15.0.3+ds-2) UNRELEASED; urgency=medium
+
+  * d/tests/smoketest-{2,3}: Pin the version of world that pip installs to
+    less than 4 so that no C is required.  (LP: #1626201)
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 21 Sep 2016 13:56:16 -0400
+
 python-virtualenv (15.0.3+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/tests/smoketest-2 b/debian/tests/smoketest-2
index a139b88..405993d 100644
--- a/debian/tests/smoketest-2
+++ b/debian/tests/smoketest-2
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 virtualenv -p python2 $ADTTMP/p2a
-$ADTTMP/p2a/bin/pip install world
+$ADTTMP/p2a/bin/pip install 'world<4'
 $ADTTMP/p2a/bin/world it
 
 virtualenv -p python2 $ADTTMP/p2b
 . $ADTTMP/p2b/bin/activate
-pip install world
+pip install 'world<4'
 world it
diff --git a/debian/tests/smoketest-3 b/debian/tests/smoketest-3
index bd0baac..83c753e 100644
--- a/debian/tests/smoketest-3
+++ b/debian/tests/smoketest-3
@@ -1,10 +1,10 @@
 #!/bin/sh
 
 virtualenv -p python3 $ADTTMP/p3a
-$ADTTMP/p3a/bin/pip install world
+$ADTTMP/p3a/bin/pip install 'world<4'
 $ADTTMP/p3a/bin/world it
 
 virtualenv -p python3 $ADTTMP/p3b
 . $ADTTMP/p3b/bin/activate
-pip install world
+pip install 'world<4'
 world it

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git



More information about the Python-modules-commits mailing list