-
Notifications
You must be signed in to change notification settings - Fork 91
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
Python test files have a shebang line but are not executable #461
Comments
You are right, the shebang doesn't make much sense in tests. Also, it looks like you would need a new PyPi version with the fix... after we did a release only yesterday. |
Ok, you may checkout the new release. |
It seems to me that the following should have their permission changed to 755 and retain the shebang:
However this is not a big deal and can wait for the next release. |
Ok, thanks! I was a bit too fast - will do this for the next release then (maybe we will have a real 3.6 release some time...) |
Describe the bug
While building the package in the openSUSE build system, I get the following warnings:
And the script warning me about this, is right. To be consistent we should either get rid of the shebang line (after all, these tests are not invoked directly), or set the executable bit, so that they can be invoked directly.
How To Reproduce
Check the file permission and content of these files.
Your enviroment
General to all environments, since this is only about the source tarball.
The text was updated successfully, but these errors were encountered: