From 32f0092263d336e29dfe4e3c602b5a5c4c2ba787 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 27 Jan 2022 12:30:25 -0800 Subject: [PATCH] Don't change into the venv, won't find tests there --- script/cibuild | 1 - 1 file changed, 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index e3a4996..b234789 100755 --- a/script/cibuild +++ b/script/cibuild @@ -37,6 +37,5 @@ python setup.py install octodns-sync --help echo "## validate tests can run against installed code ###############################" pip install .[dev] -cd $TMP_DIR pytest --disable-network echo "## complete ####################################################################"