Sergio Durigan Junior pushed to branch master at Debian Python Team / packages / python-easydev
Commits: 21e41630 by Sergio Durigan Junior at 2024-06-11T14:08:07-04:00 d/rules: Skip test_url test; requires internet connection. Closes: #1071075 - - - - - ea0cae66 by Sergio Durigan Junior at 2024-06-11T14:10:22-04:00 changelog for 0.13.2+dfsg1-2 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-easydev (0.13.2+dfsg1-2) unstable; urgency=medium + + * Team upload. + * d/rules: Skip test_url test; requires internet connection. + (Closes: #1071075) + + -- Sergio Durigan Junior <sergi...@debian.org> Tue, 11 Jun 2024 14:08:14 -0400 + python-easydev (0.13.2+dfsg1-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -3,12 +3,9 @@ export LC_ALL=C.UTF-8 export PYBUILD_NAME=easydev -#ifneq ($(PYBUILD_AUTOPKGTEST), 1) -#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -e {build_dir} -#else -#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -#endif -#export PYBUILD_TEST_ARGS=-k "not test_url" +# test_url requires internet connection, which we don't have during +# the build. +export PYBUILD_TEST_ARGS=-k "not test_url" %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/9529e147d54d671524d6961451a784bbedd0e381...ea0cae666c16aef202b9c7ae02a0a94826a76470 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/compare/9529e147d54d671524d6961451a784bbedd0e381...ea0cae666c16aef202b9c7ae02a0a94826a76470 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list debian-med-com...@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit