[med-svn] [Git][python-team/packages/python-easydev][master] 2 commits: fix pytest -k syntax for pytest7; Closes: #1013723

Sandro Tosi (@morph) gitlab at salsa.debian.org
Sun Jun 26 18:00:38 BST 2022



Sandro Tosi pushed to branch master at Debian Python Team / packages / python-easydev


Commits:
e2151d61 by Sandro Tosi at 2022-06-26T13:00:15-04:00
fix pytest -k syntax for pytest7; Closes: #1013723

- - - - -
619fba17 by Sandro Tosi at 2022-06-26T13:00:23-04:00
releasing package python-easydev version 0.12.0+dfsg-3

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-easydev (0.12.0+dfsg-3) unstable; urgency=medium
+
+  * debian/rules
+    - fix pytest -k syntax for pytest7; Closes: #1013723
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 26 Jun 2022 13:00:17 -0400
+
 python-easydev (0.12.0+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@ export PYBUILD_NAME=easydev
 
 export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -e {build_dir}
 export PYBUILD_AFTER_TEST=cd {build_dir}; rm -rf *.egg-info
-export PYBUILD_TEST_ARGS=-k-test_url
+export PYBUILD_TEST_ARGS=-k "not test_url"
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild



View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/1d84c474fc0f6b63b1b855c225ccebd193d17387...619fba17427db70a3556a9b8a6aef5a0bc833516

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/1d84c474fc0f6b63b1b855c225ccebd193d17387...619fba17427db70a3556a9b8a6aef5a0bc833516
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220626/6e6ff757/attachment-0001.htm>


More information about the debian-med-commit mailing list