-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
0.6.2: self test failure: static/
missing
#403
Comments
I don't see this failure. How're you running the tests? |
Judging by the linked issue, you're running |
Could try running in a clean virtualenv? |
Sorry, I'm not that used to testing with virtualenv, I usually make separate chroots.
That installs some eggs for a while, but then fails in meinheld:
because meinheld has not integrated the NetBSD patches yet. What in particular were you looking for in the test?
|
@0-wiz-0 I don't think @javabrett was on the right track. As I said, it looks as if |
I'm in no hurry, thanks for looking at this. |
@0-wiz-0 can you confirm that doing |
Tell unittest.discover specifically what to look for instead of letting them scan the entirety of our directory (which could have other dependencies downloaded with their tests that will fail). Closes #403
Actually, the suggested command line gives me another error:
(same when I use it for test-httpbin instead) |
Hm, try out the code in #410? I added |
@0-wiz-0 I think this should be fixed now in master. Please test that out |
I installed (with my packaging system) the httpbin dependencies into a chroot, did a
Is this the correct test? Am I missing something? |
@0-wiz-0 I really don't know what could be going wrong. This seems to be an issue with your system. I cannot reproduce it. Can you provide exactly the steps you followed (after creating the chroot)? |
Error in a Travis build: https://travis-ci.org/javabrett/httpbin/jobs/320788583#L779 . |
Looks like this is in
|
Likely caused by PEP-471 |
…tenoise. This is a workaround for linked-issues: * https://github.com/kennethreitz/httpbin/issues/403 * https://github.com/kennethreitz/flask-common/issues/7 * evansd/whitenoise#166 Fixed postmanlabs#403.
…tenoise. This is a workaround for linked-issues: * https://github.com/kennethreitz/httpbin/issues/403 * https://github.com/kennethreitz/flask-common/issues/7 * evansd/whitenoise#166 Fixed postmanlabs#403.
Cool so it's reproducible. That still doesn't tell me what's going wrong. Can you increase the verbosity of that command? I think |
I pushed a repro branch for Travis with The root cause is between
|
Does |
I believe it adds middleware that @kennethreitz was looking for but I don't honestly know. It's up to him to answer that definitively. |
… alternative to tox. This will catch installation issues of the type seen in postmanlabs#403.
… alternative to tox. This will catch installation issues of the type seen in postmanlabs#403.
… alternative to tox. This will catch installation issues of the type seen in postmanlabs#403.
… alternative to tox. This will catch installation issues of the type seen in postmanlabs#403.
Tell unittest.discover specifically what to look for instead of letting them scan the entirety of our directory (which could have other dependencies downloaded with their tests that will fail). Closes postmanlabs#403
When running the self tests for the pypi distfile of 0.6.2 on NetBSD 8.99.7/amd64 with python-3.6.3, I see the following test failure:
The text was updated successfully, but these errors were encountered: