python3Packages.graphene: disable failing test

This commit is contained in:
Martin Weinelt 2021-07-03 18:28:40 +02:00 committed by Jonathan Ringer
parent 24eb4933fb
commit bbf0832745

View File

@ -50,6 +50,12 @@ buildPythonPackage rec {
pytestFlagsArray = [ "--benchmark-disable" ];
disabledTests = [
# Expects different Exeception classes, but receives none of them
# https://github.com/graphql-python/graphene/issues/1346
"test_unexpected_error"
];
pythonImportsCheck = [ "graphene" ];
meta = with lib; {