[med-svn] [Git][med-team/scanpy][master] Running the test most possibly requires the test data in place - but this does...
Andreas Tille
gitlab at salsa.debian.org
Tue Mar 23 09:27:11 GMT 2021
Andreas Tille pushed to branch master at Debian Med / scanpy
Commits:
3d15c82f by Andreas Tille at 2021-03-23T10:26:05+01:00
Running the test most possibly requires the test data in place - but this does not change the fact that the test suite does not run at all (running 0 tests)
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -3,8 +3,8 @@
export DH_VERBOSE = 1
export PYBUILD_NAME=scanpy
-export PYBUILD_BEFORE_TEST=cp -av pyproject.toml {build_dir}
-export PYBUILD_AFTER_TEST=rm -f {build_dir}/pyproject.toml
+export PYBUILD_BEFORE_TEST=cp -av pyproject.toml {build_dir}; cp -av $(PYBUILD_NAME)/tests {build_dir}/$(PYBUILD_NAME)
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/pyproject.toml {build_dir}/$(PYBUILD_NAME)/tests
%:
dh $@ --with python3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/scanpy/-/commit/3d15c82fd0bf2bfd931b28cd39fe418bea53d338
--
View it on GitLab: https://salsa.debian.org/med-team/scanpy/-/commit/3d15c82fd0bf2bfd931b28cd39fe418bea53d338
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/20210323/f40b7cc7/attachment.htm>
More information about the debian-med-commit
mailing list