commit:     c131d012df4d60634b190b25e8984f5b5532bf5d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 12:30:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 12:30:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c131d012

net-nntp/sabnzbd: remove dep on dev-python/tavern

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild 
b/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
index 47090e19ad47..7117af8b6abe 100644
--- a/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
@@ -62,7 +62,6 @@ BDEPEND="
                        dev-python/requests[${PYTHON_USEDEP}]
                        dev-python/selenium[${PYTHON_USEDEP}]
                        dev-python/tavalidate[${PYTHON_USEDEP}]
-                       dev-python/tavern[${PYTHON_USEDEP}]
                        dev-python/werkzeug[${PYTHON_USEDEP}]
                        dev-python/xmltodict[${PYTHON_USEDEP}]
                ')
@@ -81,6 +80,8 @@ src_test() {
                tests/test_urlgrabber.py
                tests/test_utils/test_happyeyeballs.py
                tests/test_utils/test_internetspeed.py
+               # requires tavern
+               tests/test_functional_api.py
        )
        local EPYTEST_DESELECT=(
                # network sandbox

Reply via email to