File: rules

package info (click to toggle)
python3-onelogin-saml2 1.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,808 kB
  • sloc: python: 9,434; xml: 1,298; javascript: 871; makefile: 32
file content (7 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=mkdir -p {build_dir}/../tests/ ; cp -r {dir}/tests/data {build_dir}/../tests/
export PYBUILD_TEST_ARGS=-k 'not testGetMetadataWithHeaders and not testParseRemoteWithHeaders and not testAddSign and not testIsInValidEncIssues_2 and not testGetLibPath and not testGetSchemasPath'

%:
	dh $@ --buildsystem=pybuild