python3Packages.pywlroots: add qtile to passthru.tests
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
, xkbcommon
|
||||
, xorg
|
||||
, pytestCheckHook
|
||||
, qtile
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -41,6 +42,8 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "wlroots" ];
|
||||
|
||||
passthru.tests = { inherit qtile; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/flacjacket/pywlroots";
|
||||
description = "Python bindings to wlroots using cffi";
|
||||
|
||||
Reference in New Issue
Block a user