File: rules

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

export PYBUILD_TEST_ARGS=-v --deselect=.pybuild/cpython3_{version}/build/tests/test_persistence.py::test_libsecret_persistence \
	--deselect=.pybuild/cpython3_{version}/build/tests/test_agnostic_backend.py::test_current_platform_cache_roundtrip_with_persistence_builder \
	--deselect=.pybuild/cpython3_{version}/build/tests/test_agnostic_backend.py::test_token_cache_roundtrip_with_file_persistence \
	--deselect=.pybuild/cpython3_{version}/build/tests/test_agnostic_backend.py::test_token_cache_roundtrip_with_persistence_builder \
	--deselect=.pybuild/cpython3_{version}/build/tests/test_persistence.py::test_nonexistent_libsecret_persistence

%:
	dh $@ --buildsystem=pybuild