[Python-modules-commits] [ipywidgets] 06/09: Disable testing for now
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sun Nov 6 13:17:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipywidgets.
commit 2b74f06c3e3c54af879d5519595c3a3a3bcb98ce
Author: Gordon Ball <gordon at chronitis.net>
Date: Sun Nov 6 13:02:48 2016 +0100
Disable testing for now
---
debian/control | 10 +---------
debian/rules | 2 ++
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 585d654..cb09071 100644
--- a/debian/control
+++ b/debian/control
@@ -8,19 +8,11 @@ Homepage: https://github.com/ipython/ipywidgets
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
- python-pytest,
python-setuptools,
- python-ipython,
- python-ipykernel,
- python-traitlets,
python-sphinx,
python-sphinx-rtd-theme,
python3-all,
- python3-pytest,
- python3-setuptools,
- python3-ipython,
- python3-ipykernel,
- python3-traitlets,
+ python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ipywidgets.git
diff --git a/debian/rules b/debian/rules
index fac49d7..11a11d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ export PYBUILD_NAME=ipywidgets
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+override_dh_auto_test:
+
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=. sphinx-build -b html docs debian/python-ipywidgets-doc/usr/share/doc/python-ipywidgets-doc/html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipywidgets.git
More information about the Python-modules-commits
mailing list