Commit 010dbb35 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.rasterio: ignore tests failing on PytestRemovedIn8Warning

parent 6da2b261
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -104,6 +104,9 @@ buildPythonPackage rec {

  pytestFlagsArray = [
    "-m 'not network'"

    # pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
    "-W ignore::pytest.PytestRemovedIn8Warning"
  ];

  disabledTests = [