python3Packages.lox: fix build (#501465)

This commit is contained in:
Pol Dellaiera
2026-03-20 10:29:27 +00:00
committed by GitHub
@@ -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 = [