python3Packages.lox: fix build (#501465)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user