-
Notifications
You must be signed in to change notification settings - Fork 112
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 require the 'testdata' feature but it isn't listed in test_requirements.txt #315
Comments
You must be running the tests incorrectly or something. This looks like some ports work for including mutmut in a distribution. Might I suggest just not doing this? You're just wasting your time. Let python tools work through the python ecosystem. |
This only works on Linux. (1) Many Python ports contain binaries, FreeBSD versions of which aren't available from Python wheels that are downloaded. Some packages would just fail to install using only the Python infrastructure. Real-world situation is just much more complex and mirroring Python packages as ports is needed for users to be able to reliably use these and other packages on FreeBSD. |
There is no tests/conftest.py in the tarball downloaded from PYPI. |
There is no C or other dependency or whatever here. Anyway, if you want to send a PR for fixing the pypi release then I'll merge it. |
I never did any pypi releases, so I don't know how to fix it. |
Some tests fail w/out it:
Version: 2.4.5
Python-3.9
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: