diff -Nru flask-script-2.0.5/debian/changelog flask-script-2.0.5/debian/changelog --- flask-script-2.0.5/debian/changelog 2016-02-23 14:27:59.000000000 +0000 +++ flask-script-2.0.5/debian/changelog 2016-09-01 19:09:28.000000000 +0000 @@ -1,3 +1,9 @@ +flask-script (2.0.5-2) unstable; urgency=medium + + * Fix compatibility with pytest 3. (Closes #835240) + + -- Orestis Ioannou Thu, 01 Sep 2016 21:09:28 +0200 + flask-script (2.0.5-1) unstable; urgency=medium * Team upload. diff -Nru flask-script-2.0.5/debian/rules flask-script-2.0.5/debian/rules --- flask-script-2.0.5/debian/rules 2016-02-23 10:42:36.000000000 +0000 +++ flask-script-2.0.5/debian/rules 2016-09-01 19:09:28.000000000 +0000 @@ -10,4 +10,4 @@ dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_test: - py.test tests.py --assert=reinterp + py.test tests.py