Commit 6f2584aa authored by Willy Hille's avatar Willy Hille
Browse files

python3Packages.mockfs: fix build

pytest.ini contents were imported to pyproject.toml upstream, but the package builds fine even without the patch
parent b3008cd7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -20,10 +20,6 @@ buildPythonPackage rec {
    hash = "sha256-fTN9HLzlVCn0O8nYy4UUM+JIsYJ3qDPw3h41yhcilJ8=";
  };

  postPatch = ''
    sed -i '/addopts/d' pytest.ini
  '';

  nativeBuildInputs = [
    setuptools
    setuptools-scm