10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-dolhQqlApChTOQCNaSijbUvnSv7H5jRXfoQsnMXFaEQ=";
34 pythonImportsCheck = [
38 # Tests require X server
42 description = "pytest support for PyQt and PySide applications";
43 homepage = "https://github.com/pytest-dev/pytest-qt";
44 license = licenses.mit;
45 maintainers = with maintainers; [ ];