9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925";
30 # tests require X server
34 description = "pytest support for PyQt and PySide applications";
35 homepage = "https://github.com/pytest-dev/pytest-qt";
36 license = licenses.mit;
37 maintainers = with maintainers; [ costrouc ];