From e1fad3cc749881787e17a58da613dc83d9e4542a Mon Sep 17 00:00:00 2001 From: inexcode Date: Fri, 12 Aug 2022 18:03:54 +0400 Subject: [PATCH] fix di --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 0c6f148..253d396 100644 --- a/default.nix +++ b/default.nix @@ -14,9 +14,9 @@ self: super: rec { sha256 = "sha256-huKgvgCL/eGe94OI3opyWh2UKpGQykMcJKYIN5c4A84="; }; checkInputs = [ - pytest-asyncio - pytest-benchmark - pytestCheckHook + python-super.pytest-asyncio + python-super.pytest-benchmark + python-super.pytestCheckHook ]; pythonImportsCheck = [ "graphql"