python312Packages.skops: disable flaky test

This commit is contained in:
Peder Bergebakken Sundt
2024-11-24 07:04:23 +01:00
parent 21b0706dad
commit 13981dc98c
@@ -45,6 +45,10 @@ buildPythonPackage rec {
streamlit
];
pytestFlagsArray = [ "skops" ];
disabledTests = [
# flaky
"test_base_case_works_as_expected"
];
disabledTestPaths =
[
# try to download data from Huggingface Hub: