Commit 3f946699 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.oletools: disable failing tests

parent 4ff5bde5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@ buildPythonPackage rec {
    # Test fails with AssertionError: Tuples differ: ('MS Word 2007+...
    "test_all"
    "test_xlm"
    # AssertionError: Found "warn" in output...
    "test_empty_behaviour"
    "test_rtf_behaviour"
    "test_text_behaviour"
  ];

  pythonImportsCheck = [ "oletools" ];