python312Packages.connexion: skip failing test

This commit is contained in:
Robert Schütz
2024-11-18 19:24:00 +01:00
committed by Martin Weinelt
parent 435f5fc0a7
commit 3c0f325d73
@@ -98,6 +98,8 @@ buildPythonPackage rec {
"test_get_bad_default_response"
"test_schema_response"
"test_writeonly"
# test expects "{'name': 'foo', 'type': 'string'}" rather than "{'type': 'string', 'name': 'foo'}"
"test_invalid_type"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# ImportError: Error while finding loader for '/private/tmp/nix-build-python3.12-connexion-3.1.0.drv-0/source' (<class 'ModuleNotFoundError'>: No module named '/private/tmp/nix-build-python3')