[Python-modules-commits] [python-pex] 01/01: d/tests/{control, execute.sh}: Revert Ubuntu accommodations. Do not upload until LP: #1485093 is Fixed Release.
Barry Warsaw
barry at moszumanska.debian.org
Tue Oct 20 20:12:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pex.
commit d7c8d577e237a2fb9f5011540886b2d8f47d871a
Author: Barry Warsaw <barry at debian.org>
Date: Tue Oct 20 16:12:04 2015 -0400
d/tests/{control,execute.sh}: Revert Ubuntu accommodations. Do not upload until LP: #1485093 is Fixed Release.
---
debian/changelog | 7 +++++++
debian/tests/control | 2 +-
debian/tests/execute.sh | 3 ---
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 50de89d..753fff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-pex (1.1.0-3) UNRELEASED; urgency=medium
+
+ * d/tests/{control,execute.sh}: Revert Ubuntu accommodations. Do not
+ upload until LP: #1485093 is Fixed Release.
+
+ -- Barry Warsaw <barry at debian.org> Tue, 20 Oct 2015 11:44:06 -0400
+
python-pex (1.1.0-2) unstable; urgency=medium
* d/control: Canonicalize the Vcs-* headers as per team standard.
diff --git a/debian/tests/control b/debian/tests/control
index cd885af..b1930c8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: execute.sh
-Restrictions: allow-stderr, needs-root
+Restrictions: allow-stderr
Depends: @, dpkg-dev
Test-Command: python -c "import pex; print pex"
diff --git a/debian/tests/execute.sh b/debian/tests/execute.sh
index f1cec69..2570c64 100644
--- a/debian/tests/execute.sh
+++ b/debian/tests/execute.sh
@@ -2,9 +2,6 @@
set -x
-# On Ubuntu, we need an extra dependency because of LP: #1485093
-dpkg-vendor --is ubuntu && apt-get install -y ubuntu-drivers-common || true
-
# Now ensure that pex can't download anything from PyPI.
export http_proxy=127.0.0.1:9
export https_proxy=127.0.0.1:9
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git
More information about the Python-modules-commits
mailing list