Skip to content

Commit

Permalink
debian/rules - invoke tests via python -m nose since otherwise lead t…
Browse files Browse the repository at this point in the history
…o some weird infinite recursions etc
  • Loading branch information
yarikoptic committed Apr 20, 2017
1 parent f95bd76 commit af2c7d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ pymvpa2 (2.6.1-1) experimental; urgency=medium

* Fresh upstream (primarily minor bugfix) release
- python-mock into build-depends
* debian/rules
- invoke tests via python -m nose since otherwise lead to some
weird infinite recursions etc

-- Yaroslav Halchenko <debian@onerussian.com> Fri, 14 Apr 2017 12:23:28 -0400
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 20 Apr 2017 11:24:40 -0400

pymvpa2 (2.6.0-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd $(CURDIR)/debian/tmp/usr/lib/python$$buildver/*-packages && \
PYTHONPATH=. MVPA_TESTS_LABILE=no MVPA_TESTS_LOWMEM=yes \
MVPA_TESTS_QUICK=yes MVPA_TESTS_VERBOSITY=3 MVPA_MATPLOTLIB_BACKEND=agg \
python$$buildver mvpa2/tests/__init__.py \
python$$buildver -m nose -s -v mvpa2 \
|| exit 1 ; find . -type f -name '*.pyc' -delete ; \
done
endif
Expand Down

0 comments on commit af2c7d5

Please sign in to comment.