diff options
Diffstat (limited to 'dev-util/pkgcheck/pkgcheck-0.10.24.ebuild')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.10.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild index 2a3ddbf5026a..2f2baf83328c 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.24.ebuild @@ -74,7 +74,7 @@ src_compile() { } python_test() { - if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}" ; then + if ! has_version -b "dev-python/requests[${PYTHON_USEDEP}]" ; then EPYTEST_DESELECT=( tests/checks/test_all.py::TestNetworkCheck::test_network_enabled ) |