python3Packages.graphql-core: disable benchmarking

This commit is contained in:
Peder Bergebakken Sundt 2025-06-06 01:55:12 +02:00
parent 3af376012e
commit 340b2fed01

View file

@ -39,6 +39,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [ "--benchmark-disable" ];
pythonImportsCheck = [ "graphql" ];
meta = with lib; {