From 83c0454a88a5361964cd7da4e4e06eecd86690fd Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 28 Jan 2022 12:29:30 -0800 Subject: [PATCH] Include --disable-network flag in ci installed test --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index e49e62a..2826596 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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 ####################################################################"