-
Notifications
You must be signed in to change notification settings - Fork 887
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
Test failures on 1.5.1 #1405
Comments
What OS? That test passes for me on Ubuntu 12.04. |
May be a difference in the '/etc/mimetypes' on your system vs. mine::
|
NixOS. Where do I get the mimetype command? |
I don't know from NixOS. On Precise::
|
FWIW duplicate of #1389. |
We may just want to patch mimetypes for the purposes of that test to avoid system configuration issues. |
We could change the test to assert that the return value matches the result from ' mimetypes.guess_type(url, strict=False)'. |
This test fails for me on Fedora. |
+1 on just checking the return type against |
I've submitted a PR #1446 |
The text was updated successfully, but these errors were encountered: