Commit 86941b38 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.lox: fix build

parent 2b69405f
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 = [