diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-01 06:55:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-01 06:55:09 +0000 |
| commit | 5c6d2a67dcce418bf8026c8e9dc77c5e619e415f (patch) | |
| tree | 15e3e82c4e4f8ff6a9ec920c4b0b158f83d923bb /dev-python/click-option-group | |
| parent | 0dd66c88e9628297099dfd4447e8975cb6ed0c16 (diff) | |
| download | baldeagleos-repo-5c6d2a67dcce418bf8026c8e9dc77c5e619e415f.tar.gz baldeagleos-repo-5c6d2a67dcce418bf8026c8e9dc77c5e619e415f.tar.xz baldeagleos-repo-5c6d2a67dcce418bf8026c8e9dc77c5e619e415f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/click-option-group')
| -rw-r--r-- | dev-python/click-option-group/click-option-group-0.5.6.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/click-option-group/click-option-group-0.5.6.ebuild b/dev-python/click-option-group/click-option-group-0.5.6.ebuild index 102c4b0f7522..ebfbb7c4211d 100644 --- a/dev-python/click-option-group/click-option-group-0.5.6.ebuild +++ b/dev-python/click-option-group/click-option-group-0.5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,3 +24,8 @@ RDEPEND=" " distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest +} |
