[Python-modules-commits] [pytest-xdist] 09/18: deb/tests/python{, 3}-pytest-xdist: don't stop after first failure in DEP-8 testing
Daniel Stender
stender at moszumanska.debian.org
Sat Aug 5 17:57:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository pytest-xdist.
commit 8bc40cbc5473cb68263447511da3c4694fa18ca9
Author: Daniel Stender <stender at debian.org>
Date: Sat Aug 5 19:33:03 2017 +0200
deb/tests/python{,3}-pytest-xdist: don't stop after first failure in DEP-8 testing
---
debian/changelog | 4 +++-
debian/tests/python-pytest-xdist | 2 +-
debian/tests/python3-pytest-xdist | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6506fe7..d728d2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,10 +9,12 @@ pytest-xdist (1.15.0-4) UNRELEASED; urgency=medium
* deb/gbp.conf:
+ change debian-branch to meet DEP-14.
+ add sign-tags field switched to True.
+ * deb/tests/python{,3}-pytest-xdist:
+ * don't stop after first failure in DEP-8 testing (remove -x).
* use debhelper level 10 (changes in deb/control and deb/compat).
* add temporarily-disable-test_looponfail_removed_test.patch (Closes: #869094).
- -- Daniel Stender <stender at debian.org> Sat, 05 Aug 2017 19:28:10 +0200
+ -- Daniel Stender <stender at debian.org> Sat, 05 Aug 2017 19:30:59 +0200
pytest-xdist (1.15.0-3) unstable; urgency=medium
diff --git a/debian/tests/python-pytest-xdist b/debian/tests/python-pytest-xdist
index e67616a..f7839f9 100755
--- a/debian/tests/python-pytest-xdist
+++ b/debian/tests/python-pytest-xdist
@@ -2,4 +2,4 @@
set -e
cp -a testing/ "$ADTTMP"
cd "$ADTTMP/testing/"
-for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done
+for py in $(pyversions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v 2>&1; done
diff --git a/debian/tests/python3-pytest-xdist b/debian/tests/python3-pytest-xdist
index 656c272..122f250 100755
--- a/debian/tests/python3-pytest-xdist
+++ b/debian/tests/python3-pytest-xdist
@@ -2,4 +2,4 @@
set -e
cp -a testing/ "$ADTTMP"
cd "$ADTTMP/testing/"
-for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done
+for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v 2>&1; done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-xdist.git
More information about the Python-modules-commits
mailing list