Update autopkgtest for new test suite driver
authorAfif Elghraoui <afif@debian.org>
Sat, 7 Oct 2017 03:06:49 +0000 (23:06 -0400)
committerAfif Elghraoui <afif@debian.org>
Sat, 7 Oct 2017 03:06:49 +0000 (23:06 -0400)
debian/tests/control

index 0525d3671e9f27885607a9e410bbc9815fbd46ca..638647a371dff6316a26de801bb3240c2fbc38dd 100644 (file)
@@ -1,27 +1,11 @@
-Test-Command: export HOME=$ADTTMP; cd tests && make -C pysam_data && make -C cbcf_data && nosetests --nocapture -v
+Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest
 Depends:
-       build-essential,
-       cython,
-       python-dev,
-       libhts-dev,
-       zlib1g-dev,
+       @builddeps@,
        python-pysam,
-       python-nose,
-       tabix,
-       samtools,
-       bcftools
 Restrictions: allow-stderr, rw-build-tree
 
-Test-Command: export HOME=$ADTTMP; cd tests && make -C pysam_data && make -C cbcf_data && nosetests3 --nocapture -v
+Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3
 Depends:
-       build-essential,
-       cython3,
-       python3-dev,
-       libhts-dev,
-       zlib1g-dev,
+       @builddeps@,
        python3-pysam,
-       python3-nose,
-       tabix,
-       samtools,
-       bcftools
 Restrictions: allow-stderr, rw-build-tree