mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.skops: Disable tests throwing a deprecation warning (#542005)
This commit is contained in:
@@ -61,6 +61,14 @@ buildPythonPackage (finalAttrs: {
|
||||
};
|
||||
|
||||
enabledTestPaths = [ "skops" ];
|
||||
# Override the overly strict pyproject.toml:tool.pytest.ini_options.filterwarnings
|
||||
# https://github.com/skops-dev/skops/issues/523
|
||||
pytestFlags = [
|
||||
"-W"
|
||||
"ignore::FutureWarning"
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# fairlearn is not available in nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user