From 6f2584aad6c1ebc741249cae1f7d049aac3336db Mon Sep 17 00:00:00 2001 From: Willy Hille Date: Mon, 4 May 2026 14:31:47 +0200 Subject: [PATCH] python3Packages.mockfs: fix build pytest.ini contents were imported to pyproject.toml upstream, but the package builds fine even without the patch --- pkgs/development/python-modules/mockfs/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/mockfs/default.nix b/pkgs/development/python-modules/mockfs/default.nix index e7ff0b0c61fc..625324b2a34d 100644 --- a/pkgs/development/python-modules/mockfs/default.nix +++ b/pkgs/development/python-modules/mockfs/default.nix @@ -20,10 +20,6 @@ buildPythonPackage rec { hash = "sha256-fTN9HLzlVCn0O8nYy4UUM+JIsYJ3qDPw3h41yhcilJ8="; }; - postPatch = '' - sed -i '/addopts/d' pytest.ini - ''; - nativeBuildInputs = [ setuptools setuptools-scm