3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 4c396be12c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [