lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.graphene-django: fix tests

+6
+6
pkgs/development/python-modules/graphene-django/default.nix
··· 2 2 , buildPythonPackage 3 3 , pythonOlder 4 4 , fetchFromGitHub 5 + , fetchpatch 5 6 6 7 , graphene 7 8 , graphql-core ··· 32 33 33 34 patches = [ 34 35 ./graphene-3_2_0.patch 36 + (fetchpatch { 37 + url = "https://github.com/graphql-python/graphene-django/commit/ca555293a4334c26cf9a390dd1e3d0bd4c819a17.patch"; 38 + excludes = [ "setup.py" ]; 39 + sha256 = "sha256-RxG1MRhmpBKnHhSg4SV+DjZ3uA0nl9oUeei56xjtUpw="; 40 + }) 35 41 ]; 36 42 37 43 postPatch = ''