File: rules

package info (click to toggle)
djangorestframework-filters 1.0.0.dev2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 420 kB
  • sloc: python: 2,855; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

export PYBUILD_NAME=djangorestframework-filters
export DJANGO_SETTINGS_MODULE = tests.settings

# needs to update python-django-crispy-forms
export PYBUILD_TEST_ARGS=-k 'not test_crispy_forms_filterset_compatibility and not test_related_filterset_crispy_forms'

%:
	dh $@ --buildsystem=pybuild