We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d095ef6 commit 1ff7ec3Copy full SHA for 1ff7ec3
scripts/dependencies_check.sh
@@ -67,7 +67,7 @@ for pkgfull in ${pkgpy}; do
67
if [ ! $(grep -rhE "^${pkg}==" ./requirements*.txt) ]; then
68
# echo "DEBUG: ${pkg} from setup.py not in local requirements"
69
# shellcheck disable=SC3014
70
- if [ "${pkg}" == "${pkgfull}" ]; then
+ if [ "${pkg}" = "${pkgfull}" ]; then
71
echo "WARNING: ${pkg} not in any requirements and no version specified in setup.py"
72
# else
73
# echo "DEBUG: ${pkg} version specified in setup.py"
0 commit comments