python310Packages.graphene-django: fix tests

This commit is contained in:
Sandro Jäckel 2022-06-04 01:57:57 +02:00
parent 9b6d860b3f
commit 8dd005558c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, fetchpatch
, graphene
, graphql-core
@ -32,6 +33,11 @@ buildPythonPackage rec {
patches = [
./graphene-3_2_0.patch
(fetchpatch {
url = "https://github.com/graphql-python/graphene-django/commit/ca555293a4334c26cf9a390dd1e3d0bd4c819a17.patch";
excludes = [ "setup.py" ];
sha256 = "sha256-RxG1MRhmpBKnHhSg4SV+DjZ3uA0nl9oUeei56xjtUpw=";
})
];
postPatch = ''