[Python-modules-commits] [dask.distributed] 04/12: Upstream unnecessarily marks test runner as executable

Diane Trout diane at moszumanska.debian.org
Tue Aug 1 23:18:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch master
in repository dask.distributed.

commit 0ced9534c183f87d52e29484b73ba8170c6cd0c2
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 26 15:29:28 2017 -0700

    Upstream unnecessarily marks test runner as executable
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 6044f72..d9f3200 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_build: export http_proxy=127.0.0.1:9
 override_dh_auto_build: export https_proxy=127.0.0.1:9
 override_dh_auto_build:
 	cd distributed/bokeh/ && coffee -c export_tool.coffee
+	chmod a-x distributed/tests/test_utils_test.py
 	dh_auto_build
 #	ln -s /usr/share/javascript/mathjax docs/source/_static
 	PYTHONPATH=. sphinx-build -N -bhtml docs/source build/html # HTML generator

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dask.distributed.git



More information about the Python-modules-commits mailing list