File: rules

package info (click to toggle)
stac-validator 3.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,280 kB
  • sloc: python: 3,429; makefile: 35
file content (8 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=cp $(CURDIR)/schema_config.yaml {build_dir}
export PYBUILD_AFTER_TEST=rm -f {build_dir}/schema_config.yaml
export PYBUILD_TEST_ARGS=-vv -m "not network" $(CURDIR)/tests

%:
	dh $@ --buildsystem=pybuild