We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0167bf9 + b7bd114 commit 2f00564Copy full SHA for 2f00564
debian/changelog
@@ -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
7
pandas (0.10.1-1) experimental; urgency=low
8
9
* New upstream release
debian/tests/unittests3
@@ -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 ==="
10
- nosetests-$py -a '!network' pandas 2>&1
+ $py /usr/bin/nosetests3 -a '!network' pandas 2>&1
11
done
0 commit comments