Commit e4785f00 authored by Mauricio Collares's avatar Mauricio Collares
Browse files

python313Packages.rpy2: disable pytest warning

parent 0b2c156f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  pytestFlags = [
    # https://github.com/rpy2/rpy2/issues/1218
    "-Wignore::pytest.PytestRemovedIn9Warning"
  ];

  meta = {
    homepage = "https://rpy2.github.io/";
    description = "Python interface to R";