[Python-modules-commits] [tox] 04/04: Fix the DEP-8 tests.

Barry Warsaw barry at moszumanska.debian.org
Mon Jul 13 23:31:58 UTC 2015


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

barry pushed a commit to branch master
in repository tox.

commit 2f02aecc815e034c4d4c6ba6dac96433503cf7c6
Author: Barry Warsaw <barry at python.org>
Date:   Mon Jul 13 19:31:40 2015 -0400

    Fix the DEP-8 tests.
---
 debian/tests/built   | 2 +-
 debian/tests/control | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/tests/built b/debian/tests/built
index cae1719..cb3138b 100644
--- a/debian/tests/built
+++ b/debian/tests/built
@@ -2,4 +2,4 @@
 export http_proxy=http://127.0.9.1:9
 export https_proxy=https://127.0.9.1:9
 export toxenv=`python3 -c "import sys; print('py{}{}'.format(*sys.version_info[:2]))"`
-tox -e $toxenv --sitepackages
+tox -e $toxenv --sitepackages tests
diff --git a/debian/tests/control b/debian/tests/control
index 5a1b71f..67b95f0 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
 Tests: built
-Depends: @, python3-all, python3-pytest, python3-pip, virtualenv,
-         python3-pytest-timeout
+Depends: @, python3-all, python3-pytest, python-pytest, python3-pip,
+         virtualenv, python3-pytest-timeout

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



More information about the Python-modules-commits mailing list