Merge pull request #309964 from pbsds/fix-ffmpy-1715121550
python311Packages.ffmpy: disable failing test
This commit is contained in:
commit
3632293f66
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
@ -44,6 +45,11 @@ buildPythonPackage rec {
|
||||
go
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.isDarwin [
|
||||
# expects a FFExecutableNotFoundError, gets a NotADirectoryError raised by os
|
||||
"test_invalid_executable_path"
|
||||
];
|
||||
|
||||
# the vendored ffmpeg mock binary assumes FHS
|
||||
preCheck = ''
|
||||
rm -v tests/ffmpeg/ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user