[med-svn] [Git][med-team/multiqc][master] Enhance tests (does not pass yet)
Andreas Tille
gitlab at salsa.debian.org
Wed Mar 25 19:24:15 GMT 2020
Andreas Tille pushed to branch master at Debian Med / multiqc
Commits:
97df4dc2 by Andreas Tille at 2020-03-25T20:23:57+01:00
Enhance tests (does not pass yet)
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -17,7 +17,9 @@ Build-Depends: debhelper-compat (= 12),
python3-yaml,
python3-requests,
python3-simplejson,
- python3-spectra
+ python3-spectra,
+ python3-coloredlogs <!nocheck>,
+ python3-humanfriendly <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/multiqc
Vcs-Git: https://salsa.debian.org/med-team/multiqc.git
@@ -37,7 +39,9 @@ Depends: ${python3:Depends},
python3-yaml,
python3-requests,
python3-simplejson,
- python3-spectra
+ python3-spectra,
+ python3-coloredlogs,
+ python3-humanfriendly
Recommends:
fonts-glewlwyd,
libjs-bootstrap,
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ export LC_ALL=C.UTF-8
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cp -a $(PYBUILD_NAME)*.egg-info $(shell pybuild --print build_dir --interpreter python3)
- dh_auto_test
+ PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) dh_auto_test
endif
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/multiqc/-/commit/97df4dc263a341f829fb6b8e6cb92db55806e80e
--
View it on GitLab: https://salsa.debian.org/med-team/multiqc/-/commit/97df4dc263a341f829fb6b8e6cb92db55806e80e
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/20200325/f8d41d83/attachment-0001.html>
More information about the debian-med-commit
mailing list