From f282392ae859c65e241da4a1ea5cbdd8122e5c1e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 5 Dec 2024 11:18:31 -0600 Subject: [PATCH] We don't need to skip tests on that --- overlays/xonsh-apipenv.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/overlays/xonsh-apipenv.nix b/overlays/xonsh-apipenv.nix index 97ad9e9..f2286bc 100644 --- a/overlays/xonsh-apipenv.nix +++ b/overlays/xonsh-apipenv.nix @@ -6,7 +6,7 @@ pipenv, }: -buildPythonPackage rec { +buildPythonPackage { pname = "xonsh-apipenv"; version = "0.5.0"; @@ -17,8 +17,6 @@ buildPythonPackage rec { hash = "sha256-QJatIiIP1YVT8M5vLUPHmf/8CGZ34cXMBXQmfSgY5C4="; }; - doCheck = false; - dependencies = [ (toPythonModule pipenv) ]; meta = with lib; {