[med-svn] [Git][med-team/q2-emperor][master] Fix dependendency, activate tests
    Steffen Möller (@moeller) 
    gitlab at salsa.debian.org
       
    Sat Aug  7 20:03:32 BST 2021
    
    
  
Steffen Möller pushed to branch master at Debian Med / q2-emperor
Commits:
6620b14b by Steffen at 2021-08-07T21:03:22+02:00
Fix dependendency, activate tests
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -23,7 +23,7 @@ Depends: ${shlibs:Depends},
          ${python3:Depends},
          python3-pandas,
          qiime,
-         emperor
+         python3-emperor
 Description: QIIME2 plugin for display of ordination plots
  QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
  package with a focus on data and analysis transparency. QIIME 2 enables
=====================================
debian/rules
=====================================
@@ -13,11 +13,9 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-emperor.egg-* \
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
-#FIXME: Delaying true testing to autopkgtests since QIIME2 module cannot be registered
-#       at build time.
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test -- -s custom --test-args="cd {build_dir}; PYTHONPATH=$(pwd) py.test-3 --cov=q2_emperor" || true
+	dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 --cov=q2_emperor"
 endif
 
 override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/q2-emperor/-/commit/6620b14b6124c1c6ba87df04dbc19a4d7c99f44e
-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-emperor/-/commit/6620b14b6124c1c6ba87df04dbc19a4d7c99f44e
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/20210807/299d0758/attachment-0001.htm>
    
    
More information about the debian-med-commit
mailing list