python3.pkgs.openapi-core: disable failing test

Upstream needs to update test with new PyYAML API.
This commit is contained in:
Nikolay Amiantov 2022-01-11 12:47:31 +03:00
parent a32c0151e4
commit 65dde73ad6

View File

@ -66,6 +66,8 @@ buildPythonPackage rec {
disabledTests = [
# TypeError: Unexpected keyword arguments passed to pytest.raises: message
"test_string_format_invalid_value"
# Needs a fix for new PyYAML
"test_django_rest_framework_apiview"
];
pythonImportsCheck = [