pythonPackages.pytest-watch: add import check
This commit is contained in:
parent
4d8a941f75
commit
f13cb9ca59
@ -16,10 +16,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "06136f03d5b361718b8d0d234042f7b2f203910d8568f63df2f866b547b3d4b9";
|
sha256 = "06136f03d5b361718b8d0d234042f7b2f203910d8568f63df2f866b547b3d4b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ pytest colorama docopt watchdog ];
|
||||||
|
|
||||||
# No Tests
|
# No Tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "pytest_watch" ];
|
||||||
propagatedBuildInputs = [ pytest colorama docopt watchdog ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/joeyespo/pytest-watch";
|
homepage = "https://github.com/joeyespo/pytest-watch";
|
||||||
@ -28,4 +29,3 @@ buildPythonPackage rec {
|
|||||||
maintainers = with maintainers; [ dmvianna ];
|
maintainers = with maintainers; [ dmvianna ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user