commit:     3fa9708438ed073b21d7723cf1d0db9927db1f9e
Author:     Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> 
com>
AuthorDate: Tue Mar 21 17:49:48 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 17:49:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fa97084

dev-python/unearth: enable tests

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com>

 dev-python/unearth/unearth-0.8.1.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/dev-python/unearth/unearth-0.8.1.ebuild 
b/dev-python/unearth/unearth-0.8.1.ebuild
index bb394310e..86b647e2b 100644
--- a/dev-python/unearth/unearth-0.8.1.ebuild
+++ b/dev-python/unearth/unearth-0.8.1.ebuild
@@ -23,17 +23,14 @@ RDEPEND="
        dev-python/requests[${PYTHON_USEDEP}]
 "
 
-# TODO add package dev-python/requests-wsgi-adapter and enable tests
-# BDEPEND="
-#      ${RDEPEND}
-#      test? (
-#              dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-#              dev-python/flask[${PYTHON_USEDEP}]
-#              dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
-#              dev-python/trustme[${PYTHON_USEDEP}]
-#      )
-# "
-
-# distutils_enable_tests pytest
-
-RESTRICT="test"
+BDEPEND="
+       ${RDEPEND}
+       test? (
+               dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+               dev-python/flask[${PYTHON_USEDEP}]
+               dev-python/requests-wsgi-adapter[${PYTHON_USEDEP}]
+               dev-python/trustme[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest

Reply via email to