From 86941b38b8b5f4582ed0cac5b50787d4726aa1e1 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Fri, 20 Mar 2026 01:03:13 +0100 Subject: [PATCH] python3Packages.lox: fix build --- pkgs/development/python-modules/lox/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/lox/default.nix b/pkgs/development/python-modules/lox/default.nix index bdbd10cd637c..d8db86940363 100644 --- a/pkgs/development/python-modules/lox/default.nix +++ b/pkgs/development/python-modules/lox/default.nix @@ -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 = [