[med-svn] [Git][med-team/python-colormap][master] 3 commits: Switch from nosetest -> pytest
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Dec 18 13:28:41 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / python-colormap
Commits:
7c0252ec by Nilesh Patra at 2021-12-18T18:52:35+05:30
Switch from nosetest -> pytest
- - - - -
6dcb494b by Nilesh Patra at 2021-12-18T18:52:35+05:30
d/control: B-D on python3-pytest-xdist
- - - - -
aef328e8 by Nilesh Patra at 2021-12-18T18:52:35+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-colormap (1.0.4-2) unstable; urgency=medium
+
+ * Team Upload.
+ * Switch from nosetest -> pytest
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 18 Dec 2021 18:32:38 +0530
+
python-colormap (1.0.4-1) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -12,7 +12,9 @@ Build-Depends: debhelper-compat (= 13),
python3-numpy,
python3-easydev,
python3-tk <!nocheck>,
- python3-nose <!nocheck>
+ python3-pytest <!nocheck>,
+ python3-pytest-cov <!nocheck>,
+ python3-pytest-xdist <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/python-colormap
Vcs-Git: https://salsa.debian.org/med-team/python-colormap.git
=====================================
debian/rules
=====================================
@@ -4,14 +4,15 @@ export LC_ALL=C.UTF-8
export PYBUILD_NAME=colormap
-export NOSE_VERBOSE=2
-
# headless graphics when running tests
export MPLCONFIGDIR=$(CURDIR)/debian/matplotlib
%:
dh $@ --with python3 --buildsystem=pybuild
+execute_after_dh_install:
+ find debian/ -name .coverage | xargs rm -rf
+
override_dh_fixperms:
dh_fixperms
find debian/ -name PKG-INFO -o -name *.txt | xargs chmod -x
View it on GitLab: https://salsa.debian.org/med-team/python-colormap/-/compare/011f1ea5da070a230332bb4adcd10480267ef027...aef328e866757a577ea2d76d981b9683a8376bc8
--
View it on GitLab: https://salsa.debian.org/med-team/python-colormap/-/compare/011f1ea5da070a230332bb4adcd10480267ef027...aef328e866757a577ea2d76d981b9683a8376bc8
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/20211218/bbdc6209/attachment-0001.htm>
More information about the debian-med-commit
mailing list