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