Andreas Tille pushed to branch master at Debian Med / arvados-python-client
Commits: 963a0218 by Andreas Tille at 2020-04-20T09:28:57+02:00 Make test files available - - - - - 759ca538 by Andreas Tille at 2020-04-20T09:29:25+02:00 Test fails with: FileNotFoundError: [Errno 2] No such file or directory: '/build/arvados-python-client-2.0.1/.pybuild/services/api/test/fixtures/collections.yml' - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ arvados-python-client (2.0.1-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) - TODO: Compare source by github + TODO: Test fails with: + E FileNotFoundError: [Errno 2] No such file or directory: '/build/arvados-python-client-2.0.1/.pybuild/services/api/test/fixtures/collections.yml' -- Malihe Asemani <[email protected]> Tue, 14 Apr 2020 14:14:10 -0500 ===================================== debian/rules ===================================== @@ -17,7 +17,10 @@ include /usr/share/dpkg/default.mk # for hardening you might like to uncomment this: # export DEB_BUILD_MAINT_OPTIONS=hardening=+all -export PYBUILD_NAME=arvados-python-client +export PYBUILD_NAME=arvados + +export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir} + %: dh $@ --with python3 --buildsystem pybuild View it on GitLab: https://salsa.debian.org/med-team/arvados-python-client/-/compare/c6f190d2da1f98d833aa6ad6b1c8173667c0dd9d...759ca538ce4e2136f89faa38336c66b3d1cc8b74 -- View it on GitLab: https://salsa.debian.org/med-team/arvados-python-client/-/compare/c6f190d2da1f98d833aa6ad6b1c8173667c0dd9d...759ca538ce4e2136f89faa38336c66b3d1cc8b74 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
