diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-04 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-04 03:04:33 -0500 |
| commit | 3b087cb8037b6f474d64a793289ff822cebdf1c8 (patch) | |
| tree | 39205d65894685267f578a7255e5ec028f40e614 /dev-python/amqp | |
| parent | b7c761e367074b6c8a81e0c7f64c72564299812c (diff) | |
| download | baldeagleos-repo-3b087cb8037b6f474d64a793289ff822cebdf1c8.tar.gz baldeagleos-repo-3b087cb8037b6f474d64a793289ff822cebdf1c8.tar.xz baldeagleos-repo-3b087cb8037b6f474d64a793289ff822cebdf1c8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/amqp')
| -rw-r--r-- | dev-python/amqp/amqp-5.3.1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/amqp/amqp-5.3.1.ebuild b/dev-python/amqp/amqp-5.3.1.ebuild index fb26fe332810..1611d5749cf6 100644 --- a/dev-python/amqp/amqp-5.3.1.ebuild +++ b/dev-python/amqp/amqp-5.3.1.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 @@ -22,19 +22,15 @@ IUSE="extras" RDEPEND=" >=dev-python/vine-5.0.0[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - >=dev-python/pytest-rerunfailures-6.0[${PYTHON_USEDEP}] - ) -" distutils_enable_sphinx docs \ '>=dev-python/sphinx-celery-2.1.3' +EPYTEST_PLUGINS=( pytest-rerunfailures ) distutils_enable_tests pytest EPYTEST_IGNORE=( # rmq tests require a rabbitmq instance - t/integration/test_rmq.py + /integration/test_rmq.py ) EPYTEST_DESELECT=( |
