-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
pandas/tests installed as executables (linux) #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note quite following the issue. On my machine, "python setup.py install" followed by nosetests pandas (from arbitrary directory) runs all the tests (kubuntu 11.10). You see something different? Any more insight you can provide on your environment? |
They aren't executable in the git repository, does setuptools make them so? If you run nosetests --exe (per http://stackoverflow.com/questions/6333495/run-all-tests-in-directory-using-nose) it will run them-- that's very irritating though. I just did a fresh install and see:
|
It's a setuptools "bug". I think the only real solution is to do:
when running the tests on an installed package. I don't have the patience to muck around with the |
I ran a git bisect, since before this worked fine.
Had a look at this commit (eb22342), looks like pandas switched to setuptools here. |
Noted, and I will investigate. Awesome use of |
very stale. if this comes up again pls reopen. |
Change next arctic release number
Pandas installs its tests now with executable flag. Result is that nosetests skips them and no tests are find.
Running nosetests in the repository itself works fine.
The text was updated successfully, but these errors were encountered: