dev-python/pytest-examples - 0.0.18 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/pytest-examples-0.0.18

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pytest-examples-0.0.18

Or alternatively:

emerge --autounmask-write -a =dev-python/pytest-examples-0.0.18

Package Information

Description:
Pytest plugin for testing examples in docstrings and markdown files
Homepage:
https://github.com/pydantic/pytest-examples https://pypi.org/project/pytest-examples/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.18 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..15} )

PYPI_VERIFY_REPO="https://github.com/pydantic/pytest-examples"

inherit distutils-r1 pypi

DESCRIPTION="Pytest plugin for testing examples in docstrings and markdown files"
HOMEPAGE="
	https://github.com/pydantic/pytest-examples
	https://pypi.org/project/pytest-examples/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=">=dev-python/black-23[${PYTHON_USEDEP}]
	>=dev-python/pytest-7[${PYTHON_USEDEP}]
	>=dev-util/ruff-0.5.0"

EPYTEST_PLUGINS=( "${PN}" )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/black-23[]
	>=dev-python/pytest-7[]
	>=dev-util/ruff-0.5.0