File: rules

package info (click to toggle)
meteofrance-api 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 1,532; makefile: 8
file content (10 lines) | stat: -rwxr-xr-x 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--ignore=tests/test_forecast.py \
	--ignore=tests/test_integrations.py \
	--ignore=tests/test_observation.py \
	--ignore=tests/test_picture_of_the_day.py \
	--ignore=tests/test_place.py \
	-k "not test_rain and not test_rain_not_covered and not test_currentphenomenons_with_coastal_bulletin and not test_full_with_coastal_bulletin and not test_session and not test_fulls and not test_dictionary"

%:
	dh $@ --buildsystem=pybuild