pythonPackages.nixpkgs: Disable tests
This commit is contained in:
parent
075da3928b
commit
7923272cd5
@ -19,6 +19,10 @@ buildPythonPackage rec {
|
|||||||
buildInputs = [ pbr ];
|
buildInputs = [ pbr ];
|
||||||
propagatedBuildInputs = [ pythonix ];
|
propagatedBuildInputs = [ pythonix ];
|
||||||
|
|
||||||
|
# does not have any tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "nixpkgs" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Allows to `from nixpkgs import` stuff in interactive Python sessions";
|
description = "Allows to `from nixpkgs import` stuff in interactive Python sessions";
|
||||||
homepage = "https://github.com/t184256/nixpkgs-python-importer";
|
homepage = "https://github.com/t184256/nixpkgs-python-importer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user