Bug #1151
linux makefile requires "nosetests2"
Status: | Closed | Start date: | 2015-02-10 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
linux makefile requires "nosetests2". On my ubuntu machine I have:
% nosetests --version
nosetests version 1.3.1
% nosetests-2.7 --version
nosetests-2.7 version 1.3.1
After some guesswork I did `sudo pip install nose2` and that gave me an executable called "nose2". Now I don't know if any or all of these executables are what you're looking for...
History
#1 Updated by Chris Cannam almost 10 years ago
Ah, sorry...
nosetests2
is probably just plain nosetests
for you.
I'm on Arch Linux which is Python 3 by default, so all the Py2 programs have 2 at the end.
#2 Updated by Chris Cannam over 9 years ago
- Status changed from New to Closed