Nilesh Patra pushed to branch master at Debian Med / python-intervaltree-bio
Commits: 768dd35a by Nilesh Patra at 2020-10-04T22:54:31+05:30 Fix autopkgtest - - - - - 2 changed files: - debian/tests/control - + debian/tests/run-unit-test Changes: ===================================== debian/tests/control ===================================== @@ -1,4 +1,3 @@ -Test-Command: - quilt push -a && python3 -m pytest --ignore=.pc --verbose --datadir debian/data +Tests: run-unit-test Depends: @, python3-pytest, quilt -Restrictions: rw-build-tree +Restrictions: rw-build-tree, allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -0,0 +1,8 @@ +#!/bin/bash +set -e + +QUILT_PATCHES=debian/patches quilt push -a || true +python3 -m pytest --ignore=.pc -v --datadir `pwd`/debian/data +QUILT_PATCHES=debian/patches quilt pop -a || true + +echo "PASS" View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/-/commit/768dd35af380d5b1a930072d077d4cf175ee10fa -- View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/-/commit/768dd35af380d5b1a930072d077d4cf175ee10fa 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
