We don't need to skip tests on that
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user