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

python3Packages.fastjsonschema: fix Darwin build
This commit is contained in:
Sandro
2022-05-13 21:07:44 +02:00
committed by GitHub
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
@@ -31,6 +32,8 @@ buildPythonPackage rec {
# these tests require network access
"remote ref"
"definitions"
] ++ lib.optionals stdenv.isDarwin [
"test_compile_to_code_custom_format" # cannot import temporary module created during test
];
pythonImportsCheck = [