-
Notifications
You must be signed in to change notification settings - Fork 664
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
tests/mockup.py missing from the PyPi source tarball #1206
Comments
@WOnder93 it's strange, as I use the standard mechanism of Github to generating tarball. I have uploaded a new release, please use it |
Thanks, but I didn't mean the GitHub tarballs (those are fine), but the source tarballs on PyPI (https://pypi.org/project/atlassian-python-api/#files). The 3.40.0 tarball there is till missing the file. |
@WOnder93 noted |
Hi! |
@WOnder93 now it should be ok |
Thanks, but this solution doesn't seem correct. Now the package installs a toplevel After I did some digging, I believe the right way to fix it is to undo the respective changes from 8b90689 and add |
@WOnder93 could you send a PR please? |
Do not install tests as a package, but instead include it only in the source tarball via MANIFEST.in. I have verified that the resulting tarball installs only the 'atlassian' package into site-packages and that the included files are sufficient to successfully run the tests. Fixes atlassian-api#1206 Signed-off-by: Ondrej Mosnáček <[email protected]>
Sure, opened #1215 |
Do not install tests as a package, but instead include it only in the source tarball via MANIFEST.in. I have verified that the resulting tarball installs only the 'atlassian' package into site-packages and that the included files are sufficient to successfully run the tests. Fixes #1206 Signed-off-by: Ondrej Mosnáček <[email protected]>
The latest tarball doesn't contain the file, without which it is impossible to run the tests.
The text was updated successfully, but these errors were encountered: