-
Notifications
You must be signed in to change notification settings - Fork 10
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
PyPi package lacks ./tests/conftest.py #19
Comments
hmm, it's not really common for production tarballs to include the test suite. is it an issue to pull from the github repo to run the tests? |
I believe it's the other way around. Most of the dependencies of a various crypto-libraries have test-suite published within their PyPi-tarballs. Even if it were true then perhaps you would remove all the tests from PyPi package since they are not useful. :)
No, not a big deal. Right now I am using GitHub tarball and back then I was using PyPi one I've just uploaded the |
oops, wrong project! |
yea, it's a bit weird that it's not being included. i would think it's an issue with setup.py, but i tinkered with it for a few minutes and was not able to convince it to include conftest.py in the build. @lemenkov if you find a solution to this, please open a PR! |
Ok, sure! |
Environment information
vvm
Version: 0.2.1vyper
Version: anyWhat was wrong?
If the package was downloaded from PyPi then it cannot pass the tests due to lack of
./tests/conftest.py
.How can it be fixed?
It can be fixed by including
./tests/conftest.py
file in the PyPi tarball. Cound you please include it starting from the next release?The text was updated successfully, but these errors were encountered: