python3Packages.fastjsonschema: fix build for structuredAttrs
This commit is contained in:
@@ -27,7 +27,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
"benchmark"
|
||||
# these tests require network access
|
||||
"remote ref"
|
||||
"remote"
|
||||
"ref"
|
||||
"definitions"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user