.[dev] install defeats the purpose and file installs octodns

This commit is contained in:
Ross McFarland
2022-01-27 13:15:48 -08:00
parent 68aca50aa7
commit fb7addcf3f
+2 -2
View File
@@ -36,6 +36,6 @@ python3 -m venv $TMP_DIR
python setup.py install
octodns-sync --help
echo "## validate tests can run against installed code ###############################"
pip install .[dev]
pytest --disable-network
pip install pytest pytest-network
pytest
echo "## complete ####################################################################"