mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
python3Packages.skops: skip failing test
This commit is contained in:
@@ -64,13 +64,15 @@ buildPythonPackage (finalAttrs: {
|
||||
# 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"
|
||||
"-Wignore::FutureWarning"
|
||||
"-Wignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# AssertionError
|
||||
# assert result.count("sk-top-container") == 1
|
||||
"test_no_overflow"
|
||||
|
||||
# fairlearn is not available in nixpkgs
|
||||
"TestAddFairlearnMetricFrame"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user