Skip to content

Commit 2f00564

Browse files
committed
Merge pull request neurodebian#2 from mitya57/debian
debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.
2 parents 0167bf9 + b7bd114 commit 2f00564

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pandas (0.10.1-2) UNRELEASED; urgency=low
2+
3+
* debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.
4+
5+
-- Dmitry Shachnev <mitya57@gmail.com> Tue, 21 May 2013 21:11:56 +0400
6+
17
pandas (0.10.1-1) experimental; urgency=low
28

39
* New upstream release

debian/tests/unittests3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/sh
22
set -efu
33

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

66
cd "$ADTTMP"
77

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

0 commit comments

Comments
 (0)