Merge pull request #154617 from abbradar/openapi-core-fix

python3.pkgs.openapi-core: disable failing test
This commit is contained in:
Fabian Affolter
2022-01-11 19:49:42 +01:00
committed by GitHub
@@ -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 = [