17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
25 owner = "graphql-python";
28 hash = "sha256-K1IGKK3nTsRBe2D/cKJ/ahnAO5xxjf4gtollzTwt1zU=";
31 build-system = [ setuptools ];
47 pytestFlagsArray = [ "--benchmark-disable" ];
49 pythonImportsCheck = [ "graphene" ];
52 description = "GraphQL Framework for Python";
53 homepage = "https://github.com/graphql-python/graphene";
54 changelog = "https://github.com/graphql-python/graphene/releases/tag/v${version}";
55 license = licenses.mit;