summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-03 22:39:45 +0200
committerKali Kaneko <kali@leap.se>2017-10-03 22:39:45 +0200
commit8d3afc5600ee365ac3c2309114d1917fb46ce81e (patch)
tree1b063a04b07aea22e7d8edbecf4aff798f04ea1f /debian
parent62bcab0c17b3a09c07ee387ac59b820982d22df7 (diff)
[pkg] remove python testing on package
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules15
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