From 8d3afc5600ee365ac3c2309114d1917fb46ce81e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 3 Oct 2017 22:39:45 +0200 Subject: [pkg] remove python testing on package --- debian/rules | 15 +-------------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3