Skip to content
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

runtests.py from numpy #8

Open
rainwoodman opened this issue Sep 6, 2016 · 2 comments
Open

runtests.py from numpy #8

rainwoodman opened this issue Sep 6, 2016 · 2 comments

Comments

@rainwoodman
Copy link

I recall it has been messy to use py.test when the package needs to be recompiled/reinstalled. One can survive, but using numpy's runtest.py will avoid a lot of background noise.

@kbarbary
Copy link
Owner

kbarbary commented Sep 6, 2016

This would be super useful to add to the readme as a pointer, but I think we should leave it out of the repo. The intent here is not to have this be a ready-to-use template, but rather an example for undestanding how the moving pieces fit together. To that end, simpler and shorter is better.

@rainwoodman
Copy link
Author

Sure. Plus the default runtests.py in numpy doesn't work for platform independent packages (installing to lib not lib64).

Additionally, I recall setup.py here didn't have some needed flags.

Finally, I forget if there was a decision about the find_version() trick?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants