mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
Merge pull request #247965 from tjni/watchfiles
python3.pkgs.watchfiles: fix sandbox darwin build
This commit is contained in:
commit
653ad90bd7
@ -53,6 +53,11 @@ buildPythonPackage rec {
|
||||
anyio
|
||||
];
|
||||
|
||||
# Tests need these permissions in order to use the FSEvents API on macOS.
|
||||
sandboxProfile = ''
|
||||
(allow mach-lookup (global-name "com.apple.FSEvents"))
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [
|
||||
dirty-equals
|
||||
pytest-mock
|
||||
|
Loading…
Reference in New Issue
Block a user