diff --git a/script/test-module b/script/test-module index 16d9fc6..3c6237d 100755 --- a/script/test-module +++ b/script/test-module @@ -26,7 +26,7 @@ git clone "https://github.com/${module}.git" cd $(basename $module) echo "## install module test requirements #############################################" if [ -e setup.py ]; then - pip install -e .[test] + pip install -e .[test] pytest-network elif [ -f pyproject.toml ]; then # install poetry pip install poetry