aboutsummaryrefslogtreecommitdiff
path: root/scripts/py-dev-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/py-dev-env.sh')
-rw-r--r--scripts/py-dev-env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/py-dev-env.sh b/scripts/py-dev-env.sh
index 904ff80..cc5da72 100644
--- a/scripts/py-dev-env.sh
+++ b/scripts/py-dev-env.sh
@@ -15,6 +15,7 @@ fi
if [ -e "setup.cfg" ]; then
pip install -e .
+ pip install pytest
export PYTHONPATH=$PWD/scripts:$PWD/thirdparty/serialization_lib/python
echo "Set PYTHONPATH=$PYTHONPATH"
else