[Python-modules-commits] [python-cryptography] 02/02: Remove unused test scripts.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jul 16 15:23:14 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-cryptography.

commit 9ef890b77fed2b86df0b13181b4334e39f0ed756
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sat Jul 16 08:30:39 2016 +0200

    Remove unused test scripts.
---
 debian/tests/python2 | 8 --------
 debian/tests/python3 | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/debian/tests/python2 b/debian/tests/python2
deleted file mode 100644
index f0f7f69..0000000
--- a/debian/tests/python2
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -e
-SRC="${PWD}"
-
-cd "${ADTTMP}"
-for py in $(pyversions -vi) ; do
-  python$py -m pytest ${SRC}/tests
-done
diff --git a/debian/tests/python3 b/debian/tests/python3
deleted file mode 100644
index 8e9a44a..0000000
--- a/debian/tests/python3
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -e
-SRC="${PWD}"
-
-cd "${ADTTMP}"
-for py in $(py3versions -vi) ; do
-  python$py -m pytest ${SRC}/tests
-done

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



More information about the Python-modules-commits mailing list