[med-svn] [Git][med-team/iva][master] 5 commits: d/control: replace nose by pytest.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Dec 2 17:00:52 GMT 2022
Étienne Mollier pushed to branch master at Debian Med / iva
Commits:
b0fd2922 by Étienne Mollier at 2022-12-02T17:48:50+01:00
d/control: replace nose by pytest.
Closes: #1018382
- - - - -
5b8c5a3b by Étienne Mollier at 2022-12-02T17:49:19+01:00
d/rules: fetch and run tests with pytest-3.
- - - - -
ec437b48 by Étienne Mollier at 2022-12-02T17:50:45+01:00
update changelog.
- - - - -
53bdf2d2 by Étienne Mollier at 2022-12-02T17:51:16+01:00
Set upstream metadata fields: Repository-Browse.
Changes-By: lintian-brush
- - - - -
1ba279d7 by Étienne Mollier at 2022-12-02T17:58:13+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+iva (1.0.11+ds-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: replace nose by pytest. (Closes: #1018382)
+ * d/rules: fetch and run tests with pytest-3.
+ * Set upstream metadata fields: Repository-Browse.
+
+ -- Étienne Mollier <emollier at debian.org> Fri, 02 Dec 2022 17:51:23 +0100
+
iva (1.0.11+ds-2) unstable; urgency=medium
[ Andreas Tille ]
=====================================
debian/control
=====================================
@@ -17,9 +17,9 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
python3-packaging,
python3-numpy,
- python3-nose,
python3-networkx,
python3-pysam,
+ python3-pytest,
samtools,
smalt,
default-jdk-headless
=====================================
debian/rules
=====================================
@@ -41,5 +41,5 @@ override_dh_auto_clean:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- python3 setup.py test
+ python3 -m pytest --verbose
endif
=====================================
debian/upstream/metadata
=====================================
@@ -22,3 +22,4 @@ Registry:
Entry: NA
- Name: conda:bioconda
Entry: iva
+Repository-Browse: https://github.com/sanger-pathogens/iva
View it on GitLab: https://salsa.debian.org/med-team/iva/-/compare/244c6281d10b53c91d8cb3d4396d6753b2a4a2cc...1ba279d7bd41fa895cae3622ea87a5f6a665e054
--
View it on GitLab: https://salsa.debian.org/med-team/iva/-/compare/244c6281d10b53c91d8cb3d4396d6753b2a4a2cc...1ba279d7bd41fa895cae3622ea87a5f6a665e054
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/20221202/ae1960d3/attachment-0001.htm>
More information about the debian-med-commit
mailing list