9 buildPythonPackage rec {
10 pname = "pytest-xvfb";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-N0arH00RWfA/dRY40FNonM0oQpGzi4+wPT67579pz8A=";
25 propagatedBuildInputs = [
30 description = "A pytest plugin to run Xvfb for tests";
31 homepage = "https://github.com/The-Compiler/pytest-xvfb";
32 changelog = "https://github.com/The-Compiler/pytest-xvfb/blob/v${version}/CHANGELOG.rst";
33 license = licenses.mit;
34 maintainers = with maintainers; [ ];