Loading pkgs/development/python-modules/rpy2-robjects/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/python-modules/rpy2-robjects/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading