8000 Use JOBLIB_MULTIPROCESSING=0 to suppress use of multiprocessing by jo… · DraXus/scikit-learn@5a1e1f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a1e1f4

Browse files
committed
Use JOBLIB_MULTIPROCESSING=0 to suppress use of multiprocessing by joblib while running tests to prevent failures in chroots without /dev/shm mounted
1 parent 4bb175d commit 5a1e1f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debian/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ scikit-learn (0.7.1.dfsg-3) unstable; urgency=low
22

33
* Do not build documentation in -a mode, to prevent timeouts on buildd
44
servers
5+
* Use JOBLIB_MULTIPROCESSING=0 to suppress use of multiprocessing by
6+
joblib while running tests to prevent failures in chroots without
7+
/dev/shm mounted
58

6-
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 13 Apr 2011 16:27:14 -0400
9+
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 13 Apr 2011 17:18:46 -0400
710

811
scikit-learn (0.7.1.dfsg-2) unstable; urgency=low
912

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2828
: # Run unittests here against installed scikits.learn
2929
export PYTHONPATH=`/bin/ls -d $$PWD/$(PACKAGE_ROOT_DIR)/usr/lib/python$*/*/`; \
3030
export MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \
31+
export JOBLIB_MULTIPROCESSING=0; \
3132
cd build/; python$* /usr/bin/nosetests -s scikits.learn; \
3233
python$* /usr/bin/nosetests --with-doctest --doctest-extension=rst ../doc/
3334
else

0 commit comments

Comments
 (0)
0