gpo.zugaina.org

Search Portage & Overlays:

dev-python/pytest-dotenv

Pytest plugin to load environment variables from a .env file

Screenshots

  • pytest-dotenv-0.5.2
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15

    View      Download      Browse     License: MIT   
    Overlay: tatsh-overlay
  • pytest-dotenv-0.5.2
    ~amd64 ~x86
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License:   
    Overlay: pypi

ChangeLog

commit cfe39acbee4ea50ebb371de8dc8c01d4cb39d456
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 11:08:07 2026 -0400

*/*: fix EPYTEST_PLUGINS for pytest plugins and two hidden packages

A pytest plugin has to load itself to run its own tests, so those get
EPYTEST_PLUGINS=( "$" ) rather than an empty list.

httpx-oauth and pytest-httpx were missed by the earlier sweeps because the
grep filter used to hide httpx findings also removed their package headings.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

commit 2cf14a0931e2d88787e7d2449f696c4c1df3222b
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:58:17 2026 -0400

*/*: declare EPYTEST_PLUGINS

The plugin list comes from the pytest-* test dependencies each ebuild already
declares; a package that declares none gets an empty list. msgspec's
PYTEST_DISABLE_PLUGIN_AUTOLOAD is redundant once the list is set.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

commit c017d4b6078d7b736c2536678f3d424537cb52ed
Author: Andrew Udvare <audvare@gmail.com>
Date: Mon Aug 3 10:52:22 2026 -0400

*/*: add Python 3.15 to PYTHON_COMPAT

Only where every dependency constrained to this package's Python targets
already supports it, iterated until no further package became eligible.
pkgcheck reports the same four NonsolvableDepsInStable as before.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

commit 9f35a832f513c61e2d9ed85b9ef5daa657f43035
Author: Andrew Udvare <audvare@gmail.com>
Date: Wed May 6 02:40:44 2026 -0400

dev-python/pytest-dotenv: new package, add 0.5.2

Signed-off-by: Andrew Udvare <audvare@gmail.com>