From fb7addcf3fc0ea62df32e6a64074f195da46c55f Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 27 Jan 2022 13:15:48 -0800 Subject: [PATCH] .[dev] install defeats the purpose and file installs octodns --- script/cibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/cibuild b/script/cibuild index de887eb..e49e62a 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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 ####################################################################"