)
python_check_deps() {
use test && python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
if use test; then
return 0
python_has_version -d "dev-python/pytest[${PYTHON_USEDEP}]"
fi
}
pkg_setup() {
-