Skip to content

Commit

Permalink
Merge pull request neurodebian#2 from mitya57/debian
Browse files Browse the repository at this point in the history
debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.
  • Loading branch information
yarikoptic committed Jun 3, 2013
2 parents 0167bf9 + b7bd114 commit 2f00564
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pandas (0.10.1-2) UNRELEASED; urgency=low

* debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.

-- Dmitry Shachnev <[email protected]> Tue, 21 May 2013 21:11:56 +0400

pandas (0.10.1-1) experimental; urgency=low

* New upstream release
Expand Down
4 changes: 2 additions & 2 deletions debian/tests/unittests3
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
set -efu

pys="$(py3versions -rv 2>/dev/null)"
pys="$(py3versions -r 2>/dev/null)"

cd "$ADTTMP"

for py in $pys; do
echo "=== python$py ==="
nosetests-$py -a '!network' pandas 2>&1
$py /usr/bin/nosetests3 -a '!network' pandas 2>&1
done

0 comments on commit 2f00564

Please sign in to comment.