summaryrefslogtreecommitdiff
path: root/dev-python/jupyter-packaging
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-29 06:35:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-02-29 06:35:41 +0000
commit9ad19c61f38afdd3a1ff53f9177fcadc7b299fb8 (patch)
treedfefa842815280013857064ee3fef865df660202 /dev-python/jupyter-packaging
parentfc1ff0e20740b0350d6415f61fb1bdd1f3e7db8d (diff)
downloadbaldeagleos-repo-9ad19c61f38afdd3a1ff53f9177fcadc7b299fb8.tar.gz
baldeagleos-repo-9ad19c61f38afdd3a1ff53f9177fcadc7b299fb8.tar.xz
baldeagleos-repo-9ad19c61f38afdd3a1ff53f9177fcadc7b299fb8.zip
Adding metadata
Diffstat (limited to 'dev-python/jupyter-packaging')
-rw-r--r--dev-python/jupyter-packaging/jupyter-packaging-0.12.3.ebuild17
1 files changed, 11 insertions, 6 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 e16c0f1b119c..4d2e96547772 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-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -35,8 +35,13 @@ BDEPEND="
distutils_enable_tests pytest
-EPYTEST_DESELECT=(
- # require Internet
- tests/test_build_api.py::test_build_package
- tests/test_build_api.py::test_deprecated_metadata
-)
+python_test() {
+ local EPYTEST_DESELECT=(
+ # require Internet
+ tests/test_build_api.py::test_build_package
+ 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
+}