[Python-modules-commits] [pytest-catchlog] 01/01: Remove perf also in testsuite

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sun Sep 17 10:25:46 UTC 2017


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

locutusofborg pushed a commit to annotated tag debian/1.2.2+git20170915-2
in repository pytest-catchlog.

commit b76d2a71ad2d92bd35e7731230bbfda4d399febd
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Sep 17 12:25:25 2017 +0200

    Remove perf also in testsuite
---
 debian/changelog                     | 1 +
 debian/tests/python-pytest-catchlog  | 1 +
 debian/tests/python3-pytest-catchlog | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b40d0fe..fb12c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pytest-catchlog (1.2.2+git20170915-2) unstable; urgency=medium
 
   * Upload again, with pygal added dependencies
+  * Team upload
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 15 Sep 2017 19:06:14 +0200
 
diff --git a/debian/tests/python-pytest-catchlog b/debian/tests/python-pytest-catchlog
index 74c0253..413fe62 100755
--- a/debian/tests/python-pytest-catchlog
+++ b/debian/tests/python-pytest-catchlog
@@ -1,3 +1,4 @@
 #!/bin/sh
 set -e
+rm -rf tests/perf
 for py in $(pyversions -i); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done
diff --git a/debian/tests/python3-pytest-catchlog b/debian/tests/python3-pytest-catchlog
index 5346484..1897782 100755
--- a/debian/tests/python3-pytest-catchlog
+++ b/debian/tests/python3-pytest-catchlog
@@ -1,3 +1,4 @@
 #!/bin/sh
 set -e
+rm -rf tests/perf
 for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done

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



More information about the Python-modules-commits mailing list