Commit 869c1762 authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.scancode-toolkit: renable tests

parent 9b60b131
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -144,12 +144,6 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "scancode" ];

  disabledTestPaths = [
    # Tests are outdated
    "src/formattedcode/output_spdx.py"
    "src/scancode/cli.py"
  ];

  # Takes a long time and doesn't appear to do anything
  dontStrip = true;