python3Packages.graphene: disable failing test

This commit is contained in:
Martin Weinelt
2021-07-05 12:34:02 -07:00
committed by Jonathan Ringer
parent 24eb4933fb
commit bbf0832745
@@ -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; {