[Python-modules-commits] [keyrings.alt] 01/01: Also add tests/test_Windows.py to pytest ignore list for Python 2.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Mar 27 18:54:27 UTC 2017


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

mitya57 pushed a commit to branch master
in repository keyrings.alt.

commit 08bb07d4085ec33592b74b1f2c252dff66327563
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Mar 27 21:54:07 2017 +0300

    Also add tests/test_Windows.py to pytest ignore list for Python 2.
---
 debian/changelog | 4 ++--
 debian/rules     | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ff1210..bc8f901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,8 @@ keyrings.alt (2.2-1) UNRELEASED; urgency=medium
   * Add dependency on python[3]-six, following upstream.
   * Drop dependency on python[3]-kde4, the KWallet 4 backend is now part
     of main python-keyring package.
-  * Add tests/test_file.py to ignore list for Python 2, to avoid dependency
-    on backports.unittest_mock.
+  * Add tests/test_file.py and tests/test_Windows.py to pytest ignore list
+    for Python 2, to avoid dependency on backports.unittest_mock.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 27 Mar 2017 20:44:21 +0300
 
diff --git a/debian/rules b/debian/rules
index ab5a6c4..9b40f6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,10 @@
 #DH_VERBOSE=1
 
 export PYBUILD_NAME=keyrings.alt
-export PYBUILD_TEST_ARGS_python2=--ignore=keyrings/alt/_win_crypto.py --ignore=tests/test_crypto.py --ignore=tests/test_file.py
+export PYBUILD_TEST_ARGS_python2=--ignore=keyrings/alt/_win_crypto.py \
+	--ignore=tests/test_crypto.py \
+	--ignore=tests/test_file.py \
+	--ignore=tests/test_Windows.py
 export PYBUILD_TEST_ARGS_python3=--ignore=keyrings/alt/_win_crypto.py
 
 %:

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



More information about the Python-modules-commits mailing list