[Python-modules-commits] [pytest-qt] 01/04: Drop autopkgtests for PySide

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Jul 30 20:16:01 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository pytest-qt.

commit 2c7a9836dcf78262a826401bd6d21c0d811dabc6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jul 30 13:39:13 2017 +0100

    Drop autopkgtests for PySide
    
    Reason: PySide is not available for Python 3.6
    
    Gbp-Dch: Full
---
 debian/tests/control | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 423fd2e..c19bdf5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -12,15 +12,6 @@ Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; PYTEST_QT_API=pyside xvfb-run -a $py -m pytest tests
- ; done
-Depends: python3-all, python3-pyside, python3-pytestqt, xauth, xvfb
-
-Test-Command: set -e
- ; cp -a tests "$AUTOPKGTEST_TMP"
- ; for py in $(py3versions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py:"
  ; PYTEST_QT_API=pyqt4 xvfb-run -a $py -m pytest tests
  ; done
 Depends: python3-all, python3-pyqt4, python3-pytestqt, xauth, xvfb

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



More information about the Python-modules-commits mailing list