File: rules

package info (click to toggle)
python-sparse 0.16.0a9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: python: 9,959; makefile: 8; sh: 3
file content (16 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=sparse

%:
	dh $@ --buildsystem=pybuild --test-pytest

execute_before_dh_auto_configure:
	touch sparse/tests/__init__.py

# Delay running the tests to avoid failures in test_coo_numba.py on 32 bit archs
override_dh_auto_test:

execute_after_dh_auto_install:
	dh_auto_test