gpo.zugaina.org

Search Portage & Overlays:

dev-python/pytest-xvfb

Pytest plugin to run Xvfb for tests

Screenshots

  • pytest-xvfb-3.0.0
    amd64 ~arm arm64 ~riscv x86
    test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: MIT   
    Overlay: gentoo

ChangeLog

commit b0dba311b5eae247ce79c9596bbb43ed4f0ed1a2
Author: leycec <leycec@gmail.com>
Date: Wed Feb 26 01:27:23 2020 -0500

dev-python/*: Python 2.7 removal.

This commit removes most Python 2.7 support from Python-centric
packages, excluding high-profile packages (e.g., Powerline) for which
end users typically still expect or require such support. Unrelatedly,
this commit also restores symlinks accidentally flattened by a prior
commit (whose SHA-1 shall remain nameless).

commit 7b32e2d7975a5a20737ae8b38cc089bcaf643148
Author: leycec <leycec@gmail.com>
Date: Fri Jan 24 01:14:11 2020 -0500

dev-python/*: $ sanitized.

This commit sanitizes the $ global required by all Python
ebuilds by removing references to obsolete Python interpreters.

commit 6a43c905624f32705530f4ea695aa091adba77f0
Author: leycec <leycec@gmail.com>
Date: Fri Nov 15 23:52:44 2019 -0500

dev-python/*: Python 3.8 supported.

This commit adds Python 3.8 support to all existing "dev-python"
packages in this repository under the generally safe assumption that all
packages already supporting Python 3.7 will also support Python 3.8.
Packages failing to do so will, of course, be reverted as needed.

commit 4109cc37caa7c930589b891d082c837add794dbf
Author: leycec <leycec@gmail.com>
Date: Wed Oct 2 01:09:37 2019 -0400

dev-python/*: $.

Most Python packages now require "setuptools" via the EAPI 7-specific
$ variable rather than the $ variable, in compliance
with cross-compiler sanity.

commit 3c599615309b02eadf3004987f35bd70e5d7120a
Author: leycec <leycec@gmail.com>
Date: Mon Sep 30 21:08:36 2019 -0400

dev-python/maxminddb: 1.5.1 added.

This commit adds both the most recent stable and live releases of
"maxminddb", a new mandatory dependency of ZeroNet >= 0.7.0.

Unrelatedly, various "dev-python/*/metadata.xml" files have been
truncated for brevity and maintainability.

commit 7f8f63f9e5bbe8cd2147924998974254710d5745
Author: leycec <leycec@gmail.com>
Date: Wed May 29 02:10:38 2019 -0400

dev-python/pytest-xvfb: Added.

This commit adds both live (i.e., 9999) and stable (i.e., 1.2.0) ebuilds
for pytest-xvfb, a pytest plugin simplifying py.test and Xvfb
integration for headless continuous integration (CI) pipelines.