Don't change into the venv, won't find tests there

This commit is contained in:
Ross McFarland
2022-01-27 12:30:25 -08:00
parent e495633aeb
commit 32f0092263
-1
View File
@@ -37,6 +37,5 @@ python setup.py install
octodns-sync --help
echo "## validate tests can run against installed code ###############################"
pip install .[dev]
cd $TMP_DIR
pytest --disable-network
echo "## complete ####################################################################"