python3Packages.mockfs: fix build (#516509)

This commit is contained in:
Yohann Boniface
2026-05-04 21:59:25 +00:00
committed by GitHub
@@ -20,10 +20,6 @@ buildPythonPackage rec {
hash = "sha256-fTN9HLzlVCn0O8nYy4UUM+JIsYJ3qDPw3h41yhcilJ8=";
};
postPatch = ''
sed -i '/addopts/d' pytest.ini
'';
nativeBuildInputs = [
setuptools
setuptools-scm