-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Building creates tests/
folder in site-packages
#5
Comments
Yeah, rm'ing the tests dir seems like a fine workaround. |
@fryfrog Maybe the best approach would be if I'd rename the "tests" dir to "bzfs_tests", like shown in this experimental branch here: https://github.com/whoschek/bzfs/tree/wip/renametests |
I think it just shouldn't be making a folder in |
@fryfrog I figure, it's already making a "bzfs" folder in site-packages, so might as well add a "bzfs_tests" folder, as that's no too much of a difference, I guess... |
Describe the bug
When building, a
tests/
folder is created in site packages. This should not be! I'm trying to make an aur package for this and will justrm
it in the mean time. Hopefully the details from the Arch wiki and the linked example issue are helpful!To Reproduce
Expected behavior
There should not end up a
tests/
folder undersite-packages/
. :)Additional context
https://wiki.archlinux.org/title/Python_package_guidelines#Test_directory_in_site-package
The text was updated successfully, but these errors were encountered: