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:
commit
4c396be12c
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue