Searched refs:py_lib (Results 1 – 2 of 2) sorted by relevance
91 for py_lib in {coverage,mock};93 if ! python -m pip list | grep $py_lib &> /dev/null; then94 echo "Missing required python package: $py_lib (python -m pip install $py_lib)"
93 for py_lib in {coverage,mock};95 if ! python3 -m pip list | grep $py_lib &> /dev/null; then96 echo "Missing required python package: $py_lib (python3 -m pip install $py_lib)"