Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Disable coverage support, pytest-cov not updated for pytest 4 yet.
· f0d45a97
Bas Couwenberg
authored
Aug 07, 2019
f0d45a97
Set distribution to unstable.
· dd96d58f
Bas Couwenberg
authored
Aug 07, 2019
dd96d58f
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dd96d58f
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 <sebastic@debian.org>
Tue, 25 Dec 2018 22:05:00
+0
1
00
-- Bas Couwenberg <sebastic@debian.org>
Wed, 07 Aug 2019 19:01:49
+0
2
00
cftime (1.0.3.4-1) unstable; urgency=medium
...
...
debian/control
View file @
dd96d58f
...
...
@@ -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 → 100644
View file @
dd96d58f
Description: Disable coverage support.
pytest-cov not compatible with pytest 4 yet.
Author: Bas Couwenberg <sebastic@debian.org>
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 → 100644
View file @
dd96d58f
no-cov.patch