Unverified Commit 1cea0fb8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.lox: fix build (#501465)

parents 1a6fbde5 86941b38
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -26,11 +26,6 @@ buildPythonPackage rec {

  dependencies = [ pathos ];

  # setup.py requires pytest-runner for setuptools, which is wrong
  postPatch = ''
    substituteInPlace setup.py --replace-fail '"pytest-runner",' ""
  '';

  pythonImportsCheck = [ "lox" ];

  disabledTests = [