Merge pull request #172865 from drewrisinger/dr-pr-fix-fastjsonschema-darwin

python3Packages.fastjsonschema: fix Darwin build

authored by Sandro and committed by GitHub 53232aec fb222e00

+3
+3
pkgs/development/python-modules/fastjsonschema/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , buildPythonPackage 3 4 , fetchFromGitHub 4 5 , pytestCheckHook ··· 31 32 # these tests require network access 32 33 "remote ref" 33 34 "definitions" 35 + ] ++ lib.optionals stdenv.isDarwin [ 36 + "test_compile_to_code_custom_format" # cannot import temporary module created during test 34 37 ]; 35 38 36 39 pythonImportsCheck = [