Unverified Commit 09eca8c6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.mockfs: fix build (#516509)

parents 996f063b 6f2584aa
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