[med-svn] [Git][med-team/gubbins][master] 3 commits: Switch from nosetest -> pytest
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Dec 18 20:48:20 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / gubbins
Commits:
d47c4b2b by Nilesh Patra at 2021-12-19T02:16:22+05:30
Switch from nosetest -> pytest
- - - - -
67297c15 by Nilesh Patra at 2021-12-19T02:17:33+05:30
d/control: B-D on python3-pytest
- - - - -
47586c78 by Nilesh Patra at 2021-12-19T02:18:01+05:30
[skip ci] Interim changelog entry
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/port-to-pytest.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
gubbins (3.1.0-1) UNRELEASED; urgency=medium
+ * Team Upload.
[ Andreas Tille ]
* New upstream version
* Standards-Version: 4.6.0 (routine-update)
@@ -14,7 +15,10 @@ gubbins (3.1.0-1) UNRELEASED; urgency=medium
* d/control: update uploader address
* d/watch: bump to uscan version 4 and fix broken link to github
- -- Andreas Tille <tille at debian.org> Mon, 11 Oct 2021 10:59:32 +0200
+ [ Nilesh Patra ]
+ * Switch from nosetest -> pytest
+
+ -- Nilesh Patra <nilesh at debian.org> Sun, 19 Dec 2021 02:16:29 +0530
gubbins (2.4.1-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13),
python3-biopython,
python3-dendropy,
python3-reportlab,
- python3-nose,
+ python3-pytest,
python3-scipy <!nocheck>,
python3-multiprocess <!nocheck>,
python3-wheel <!nocheck>
=====================================
debian/patches/port-to-pytest.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Switch from nosetest -> pytest
+Author: Nilesh Patra <nilesh at debian.org>
+Forwarded: https://github.com/nickjcroucher/gubbins/pull/322
+Last-Updated: Sun, 19 Dec 2021 02:05:09 +0530
+--- a/python/setup.py
++++ b/python/setup.py
+@@ -14,9 +14,8 @@
+ "run_gubbins.py = gubbins.run_gubbins:main",
+ ]
+ },
+- test_suite='nose.collector',
+ tests_require=[
+- "nose >= 1.3",
++ "pytest >= 4.6",
+ "wheel >= 0.34",
+ "biopython >= 1.59",
+ "dendropy >= 4.0.2",
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
do_not_handle_python_by_upstream_build_system.patch
gubbins_exe_in_usr_lib.patch
+port-to-pytest.patch
View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/compare/1063e991c50ab2c4018444b3bcdfbe3dfdd086cc...47586c783ae4f2d13930b857f9ad7d009ef9c76b
--
View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/compare/1063e991c50ab2c4018444b3bcdfbe3dfdd086cc...47586c783ae4f2d13930b857f9ad7d009ef9c76b
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/23e6e4e1/attachment-0001.htm>
More information about the debian-med-commit
mailing list