-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Release tarball for urllib3-1.9 is missing files required to run tests #440
Comments
Ah that's no good, thanks for catching that. Any ideas why that's happening? The MANIFEST.in syntax is all magic to me, but I'm not seeing why those things might get excluded. |
Can you confirm that the tarball generated from the latest master is fixed? If so, I'll push out v1.9.1 :) |
I think all the test files are present in the tarball made with I'm still getting some test failures with connection timeouts, but that's probably a separate issue. I'm still looking into it, might be something with my environment. |
Make sure you have the right version of tornado, as defined in Running
|
I was hoping to test with system packages for dependencies, since I'm currently building a system package for the urllib3 library - using different versions of packages e.g. in a virtualenv doesn't really say whether the installed package is going to work correctly. But at the moment, I only have tornado-3.2.2 available (and downgrading the system tornado for tests could be disruptive to other packages), so I guess I'm going to have to disable tests here :/ oh, well. |
Makes sense. Unfortunately we found various versions of Tornado to be flakey with our tests. If you have any ideas why or how they could be improved, it would be very appreciated. :) Meanwhile, you can enjoy this vaguely related thread: #361 |
The initial thing that I noticed is that the file
tests/__init__.py
is missing; this is causing tests to fail when running them from the release tarball, with fun uninformative errors like:While I was looking into this, I noticed that the entire
contrib
andwith_dummyserver
directories are missing from the release tarball as well.The text was updated successfully, but these errors were encountered: