-
Notifications
You must be signed in to change notification settings - Fork 5
Errors in "make test" with Ubuntu 16.04 #2
Comments
How did you install the dependencies of Could you please tell me which one (and which version) do you have installed? |
All dependencies are installed with apt. These are the ones I have installed for amavisvt: python-levenshtein : 0.12.0-2build1 Also, for reference: I can't seem to find python-filemagic available for Ubuntu/Debian. |
The package Could you please try to remove the package |
That seems correct, the Anyway, installing |
I'm getting a couple of errors during "make test", this is the first:
There are more errors (all tests under tests/test_client.py::TestClientRun, and a few more including tests/test_resource.py::TestResourceSet::test_to_addresses and tests/test_unpack.py::TestUnpack::test_empty_file) and they all seem to originate from the same issue:
TypeError: __init__() got an unexpected keyword argument 'flags'
The libmagic version is 5.25. Let me know if I can provide more info.
The text was updated successfully, but these errors were encountered: