diff options
| author | Kali Kaneko <kali@leap.se> | 2017-10-03 22:39:45 +0200 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2017-10-03 22:39:45 +0200 | 
| commit | 8d3afc5600ee365ac3c2309114d1917fb46ce81e (patch) | |
| tree | 1b063a04b07aea22e7d8edbecf4aff798f04ea1f | |
| parent | 62bcab0c17b3a09c07ee387ac59b820982d22df7 (diff) | |
[pkg] remove python testing on package
| -rwxr-xr-x | debian/rules | 15 | 
1 files changed, 1 insertions, 14 deletions
| diff --git a/debian/rules b/debian/rules index 828013db..58347b47 100755 --- a/debian/rules +++ b/debian/rules @@ -32,21 +32,8 @@ override_dh_prep:  	# build the ui package  	cd ui && make clean && make pydist-build -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - -# run tests! - -#test-python%: -#	xvfb-run ./run_tests.sh -x -N - -override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) -endif - -#dh_auto_build should be enough to build the python2 version - -  # build and install sphinx docs -#  +   override_dh_installdocs:  #	python setup.py build_sphinx  	dh_installdocs | 
