File: rules

package info (click to toggle)
python-einops 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,584 kB
  • sloc: python: 4,105; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
export PYBUILD_NAME=einops
export EINOPS_TEST_BACKENDS=numpy
%:
	dh $@ --buildsystem=pybuild --with python3

override_dh_auto_test:
	pytest -v einops/tests -k 'not test_notebooks'