[Python-modules-commits] [flask-script] 01/01: Remove deprecated option from py.test

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Fri Sep 2 18:03:25 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository flask-script.

commit 577c8f68eb9322601074a94c6a3a4a2f2f93706d
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Thu Sep 1 21:08:51 2016 +0200

    Remove deprecated option from py.test
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6d522d7..48cfcb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+flask-script (2.0.5-2) UNRELEASED; urgency=medium
+
+  * Fix compatibility with pytest 3. (Closes #835240)
+
+ -- Orestis Ioannou <orestis at oioannou.com>  Thu, 01 Sep 2016 21:09:28 +0200
+
 flask-script (2.0.5-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 115450d..c010b7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ export PYBUILD_NAME=flask-script
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-	py.test tests.py --assert=reinterp
+	py.test tests.py

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



More information about the Python-modules-commits mailing list