We don't need to skip tests on that
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
pipenv,
|
pipenv,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage {
|
||||||
pname = "xonsh-apipenv";
|
pname = "xonsh-apipenv";
|
||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
@@ -17,8 +17,6 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-QJatIiIP1YVT8M5vLUPHmf/8CGZ34cXMBXQmfSgY5C4=";
|
hash = "sha256-QJatIiIP1YVT8M5vLUPHmf/8CGZ34cXMBXQmfSgY5C4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
dependencies = [ (toPythonModule pipenv) ];
|
dependencies = [ (toPythonModule pipenv) ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user