[Python-modules-commits] [pytest] 01/01: Fix Dependencies for test

Sebastian Ramacher sramacher at moszumanska.debian.org
Mon Feb 15 19:20:08 UTC 2016


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

sramacher pushed a commit to branch master
in repository pytest.

commit 2513fa8531905e0453e77ddcb6a88eca14b0ea9e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Feb 15 20:17:09 2016 +0100

    Fix Dependencies for test
    
    smoketest-3 is for python3-pytest, smoketest-2 only needs python-pytest.
---
 debian/tests/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index dcf344d..d4981f2 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,5 @@
 Tests: smoketest-2
+Depends: python-pytest
 
 Tests: smoketest-3
-Depends: @, python3-all
+Depends: python3-pytest, python3-all

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



More information about the Python-modules-commits mailing list