We don't need to skip tests on that

This commit is contained in:
Greg Hellings
2024-12-05 11:18:31 -06:00
parent 76b9e40876
commit f282392ae8
+1 -3
View File
@@ -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; {