Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits: f0d45a97 by Bas Couwenberg at 2019-08-07T16:54:20Z Disable coverage support, pytest-cov not updated for pytest 4 yet. - - - - - dd96d58f by Bas Couwenberg at 2019-08-07T17:01:58Z Set distribution to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/no-cov.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,12 @@ -cftime (1.0.3.4-2) UNRELEASED; urgency=medium +cftime (1.0.3.4-2) unstable; urgency=medium * Bump Standards-Version to 4.4.0, no changes. * Update dh_install override to use --list-missing. * Add lintian overrides for file-references-package-build-path. * Update gbp.conf to use --source-only-changes by default. + * Disable coverage support, pytest-cov not updated for pytest 4 yet. - -- Bas Couwenberg <[email protected]> Tue, 25 Dec 2018 22:05:00 +0100 + -- Bas Couwenberg <[email protected]> Wed, 07 Aug 2019 19:01:49 +0200 cftime (1.0.3.4-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -6,17 +6,13 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-python, python-all-dev (>= 2.6.6-3~), - python-coverage, python-setuptools, python-numpy, python-pytest, - python-pytest-cov, python3-all-dev, - python3-coverage, python3-setuptools, python3-numpy, python3-pytest, - python3-pytest-cov, cython, cython3, Standards-Version: 4.4.0 ===================================== debian/patches/no-cov.patch ===================================== @@ -0,0 +1,15 @@ +Description: Disable coverage support. + pytest-cov not compatible with pytest 4 yet. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/setup.cfg ++++ b/setup.cfg +@@ -4,7 +4,4 @@ addopts = + -ra + -v + --doctest-modules +- --cov-config .coveragerc +- --cov=cftime +- --cov-report term-missing + doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +no-cov.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/compare/d557f2d80af8efdb1f8a274d93442f82dde51066...dd96d58faffcd17b72fc52bf079610d05772f09e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/compare/d557f2d80af8efdb1f8a274d93442f82dde51066...dd96d58faffcd17b72fc52bf079610d05772f09e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
