File: rules

package info (click to toggle)
azure-kusto-python 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 616 kB
  • sloc: python: 3,871; sh: 10; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Skip tests that need the internet
export HTTP_PROXY=127.0.0.1:9
export HTTPS_PROXY=127.0.0.1:9
export PYBUILD_TEST_ARGS=-v --deselect=.pybuild/cpython3_{version}/build/tests/test_security.py::test_unauthorized_exception
export PYBUILD_AFTER_CLEAN=rm -rf azure_kusto_data.egg-info

%:
	dh $@ --with python3 --buildsystem=pybuild --sourcedirectory=azure-kusto-data