File: rules

package info (click to toggle)
python-curies 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: python: 3,617; makefile: 14
file content (19 lines) | stat: -rwxr-xr-x 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#export DH_VERBOSE = 1

# disable tests that needs internet
export PYBUILD_TEST_ARGS=-k 'not test_remote \
                         and not get_obo_converter \
                         and not get_monarch_converter \
                         and not get_go_converter \
                         and not get_bioregistry_converter \
                         and not test_availability \
                         and not test_bioregistry \
                         and not test_go_registry \
                         and not test_from_github \
                         and not test_monarch \
                         and not test_obo \
                         '

%:
	dh $@ --buildsystem=pybuild