1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

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

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 ####################################################################"