File: rules

package info (click to toggle)
microsoft-authentication-extensions-for-python 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: python: 975; sh: 9; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_AFTER_CLEAN=rm -rf msal_extensions.egg-info
export PYBUILD_TEST_ARGS=-v --deselect=.pybuild/cpython3_{version}/build/tests/test_persistence.py::test_libsecret_persistence \
	--deselect=.pybuild/cpython3_{version}/build/tests/test_persistence.py::test_nonexistent_libsecret_persistence

%:
	dh $@ --with python3 --buildsystem=pybuild