repo/proj/guru:dev commit in: dev-python/python-fire/
"Gil Ferrand" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786750911.ef19569b4a71116a7ca1325df317b09de4700be6.bakedsnake@gentoo> |
commit: ef19569b4a71116a7ca1325df317b09de4700be6
Author: bakedsnake <bakedsnake <AT> vagrantz <DOT> xyz>
AuthorDate: Fri Aug 14 23:41:51 2026 +0000
Commit: Gil Ferrand <bakedsnake <AT> vagrantz <DOT> xyz>
CommitDate: Fri Aug 14 23:41:51 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef19569b
dev-python/python-fire: update test dependencies
Since `pytest-asyncio` is in `EPYTEST_PLUGINS`, it is removed from
the DEPEND test list.
Signed-off-by: bakedsnake <bakedsnake <AT> vagrantz.xyz>
.../{python-fire-0.7.0-r3.ebuild => python-fire-0.7.0-r4.ebuild} | 1 -
.../{python-fire-0.7.1-r1.ebuild => python-fire-0.7.1-r2.ebuild} | 1 -
2 files changed, 2 deletions(-)
diff --git a/dev-python/python-fire/python-fire-0.7.0-r3.ebuild b/dev-python/python-fire/python-fire-0.7.0-r4.ebuild
similarity index 96%
rename from dev-python/python-fire/python-fire-0.7.0-r3.ebuild
rename to dev-python/python-fire/python-fire-0.7.0-r4.ebuild
index bd1117b6df..f99e2f3a04 100644
--- a/dev-python/python-fire/python-fire-0.7.0-r3.ebuild
+++ b/dev-python/python-fire/python-fire-0.7.0-r4.ebuild
@@ -24,7 +24,6 @@ DEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
diff --git a/dev-python/python-fire/python-fire-0.7.1-r1.ebuild b/dev-python/python-fire/python-fire-0.7.1-r2.ebuild
similarity index 95%
rename from dev-python/python-fire/python-fire-0.7.1-r1.ebuild
rename to dev-python/python-fire/python-fire-0.7.1-r2.ebuild
index 93b9d71a5d..e375cc4078 100644
--- a/dev-python/python-fire/python-fire-0.7.1-r1.ebuild
+++ b/dev-python/python-fire/python-fire-0.7.1-r2.ebuild
@@ -24,7 +24,6 @@ DEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)