Skip to content
Snippets Groups Projects
Commit f4b1d212 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

Set HOME and MPLCONFIGDIR while unittesting as well (Closes: #580727)

parent d498e808
No related branches found
No related tags found
No related merge requests found
scikit-learn (0.3-3) unstable; urgency=low
* Set HOME and MPLCONFIGDIR while unittesting as well (Closes: #580727)
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 08 May 2010 12:47:07 -0400
scikit-learn (0.3-2) unstable; urgency=low
* Setting both HOME and MPLCONFIGDIR while building documentation
......
......@@ -37,6 +37,7 @@ python-install%:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
: # Run unittests
export MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \
python$* /usr/bin/nosetests --exclude manifold \
$(PACKAGE_ROOT_DIR)/usr/lib/python$*/*/scikits/learn
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment