python312Packages.wandb: skip failing tests (#371094)
This commit is contained in:
@@ -49,7 +49,9 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/numpy/d" pyproject.toml
|
||||
# unpin numpy, cannot use pythonRelaxDeps because it's in build-system
|
||||
substituteInPlace pyproject.toml setup.cfg \
|
||||
--replace-fail ",<2.1.0" ""
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
|
||||
@@ -296,6 +296,11 @@ buildPythonPackage rec {
|
||||
# Error in the moviepy package:
|
||||
# TypeError: must be real number, not NoneType
|
||||
"test_video_numpy_mp4"
|
||||
|
||||
# AssertionError: assert not _IS_INTERNAL_PROCESS
|
||||
"test_disabled_can_pickle"
|
||||
"test_disabled_context_manager"
|
||||
"test_mode_disabled"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# AssertionError: assert not copy2_mock.called
|
||||
|
||||
Reference in New Issue
Block a user