python3Packages.oletools: relax pyparsing constraint

main
Fabian Affolter 2 years ago committed by Martin Weinelt
parent 0e402b9936
commit 776cbab8d7
  1. 5
      pkgs/development/python-modules/oletools/default.nix

@ -39,6 +39,11 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace setup.py \
--replace "pyparsing>=2.1.0,<3" "pyparsing>=2.1.0"
'';
disabledTests = [
# Test fails with AssertionError: Tuples differ: ('MS Word 2007+...
"test_all"

Loading…
Cancel
Save