dev-python/jsonschema: Disable the test requiring pip

Closes: https://bugs.gentoo.org/816327
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-10-26 09:19:25 +02:00
parent 81a6f196c6
commit 1b2a318760
4 changed files with 24 additions and 4 deletions

View File

@@ -42,4 +42,9 @@ BDEPEND="
)
"
distutils_enable_tests unittest
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# requires pip, does not make much sense for the users
jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
)

View File

@@ -42,4 +42,9 @@ BDEPEND="
)
"
distutils_enable_tests unittest
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# requires pip, does not make much sense for the users
jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
)

View File

@@ -42,4 +42,9 @@ BDEPEND="
)
"
distutils_enable_tests unittest
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# requires pip, does not make much sense for the users
jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
)

View File

@@ -42,4 +42,9 @@ BDEPEND="
)
"
distutils_enable_tests unittest
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# requires pip, does not make much sense for the users
jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
)