diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-07 15:01:52 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-07 15:01:52 -0500 |
| commit | cab4bebbee5e50ac2d5275d645904cef772fcc17 (patch) | |
| tree | 8c8703f7679be915572c609b33068ac5b25d36fa /dev-python/jupyter-packaging | |
| parent | dd6cff2d76baa289493b9d53d2f9a5bd287f5055 (diff) | |
| download | baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.gz baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.tar.xz baldeagleos-repo-cab4bebbee5e50ac2d5275d645904cef772fcc17.zip | |
Adding metadata
Diffstat (limited to 'dev-python/jupyter-packaging')
| -rw-r--r-- | dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild b/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild index a3cc77ec6907..f8f84fc4059e 100644 --- a/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild +++ b/dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,10 +29,10 @@ RDEPEND=" BDEPEND=" test? ( dev-python/build[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-mock ) distutils_enable_tests pytest python_test() { @@ -42,6 +42,5 @@ python_test() { tests/test_build_api.py::test_deprecated_metadata ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p pytest_mock -o tmp_path_retention_policy=all + epytest -o tmp_path_retention_policy=all } |
