You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if someone could modify test/python_magic_test.py to fix these tests and remove the TODO and the skipif lines.
# TODO: Fix this failing test on Ubuntu@pytest.mark.skipif(sys.platform=="linux", reason="'JSON data' not found")deftest_descriptions(self):
...
# TODO: Fix this failing test on Ubuntu@pytest.mark.skipif(sys.platform=="linux", reason="'JSON data' not found")deftest_descriptions_no_soft(self):
...
In #318, I had to add
@pytest.mark.skipif(sys.platform == "linux", reason="'JSON data' not found")
to two tests.It would be great if someone could modify
test/python_magic_test.py
to fix these tests and remove theTODO
and theskipif
lines.We will need
libmagic1
>= v5.44 #327 (comment)The text was updated successfully, but these errors were encountered: