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

Include --disable-network flag in ci installed test

This commit is contained in:
Ross McFarland
2022-01-28 12:29:30 -08:00
parent fb7addcf3f
commit 83c0454a88

View File

@ -37,5 +37,5 @@ python setup.py install
octodns-sync --help
echo "## validate tests can run against installed code ###############################"
pip install pytest pytest-network
pytest
pytest --disable-network
echo "## complete ####################################################################"