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

.[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

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