summaryrefslogtreecommitdiff
path: root/ci_tools
diff options
context:
space:
mode:
authorMario Corchero <mcorcherojim@bloomberg.net>2021-07-16 11:06:47 +0200
committerMario Corchero <mcorcherojim@bloomberg.net>2021-07-16 17:08:09 +0200
commitda9ecd07a257cb5d1c7bfa08459b1ccfcabe6d23 (patch)
tree20ce3bac3aaedb3695b299b243544b6284dc0011 /ci_tools
parentb21555f3b6afd2a0c660293b21e19b32f1d4f50e (diff)
downloaddateutil-git-da9ecd07a257cb5d1c7bfa08459b1ccfcabe6d23.tar.gz
Move to src layout
Move the project to the src layout to ensure we are testing on the generated package rather than the checked out source tree.
Diffstat (limited to 'ci_tools')
-rwxr-xr-xci_tools/run_tz_master_env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci_tools/run_tz_master_env.sh b/ci_tools/run_tz_master_env.sh
index 2765e62..373f80e 100755
--- a/ci_tools/run_tz_master_env.sh
+++ b/ci_tools/run_tz_master_env.sh
@@ -11,7 +11,7 @@ REPO_DIR=${2}
ORIG_DIR=$(pwd)
CITOOLS_DIR=$REPO_DIR/ci_tools
-REPO_TARBALL=${REPO_DIR}/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
+REPO_TARBALL=${REPO_DIR}/src/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
TMP_TARBALL=${TMP_DIR}/dateutil-zoneinfo.tar.gz
UPSTREAM_URL="https://github.com/eggert/tz.git"
@@ -93,5 +93,5 @@ ${CITOOLS_DIR}/make_zonefile_metadata.py \
python ${REPO_DIR}/updatezinfo.py $ZONEFILE_METADATA_NAME
# Run the tests
-python -m pytest ${REPO_DIR}/dateutil/test $EXTRA_TEST_ARGS
+python -m pytest ${REPO_DIR}/src/dateutil/test $EXTRA_TEST_ARGS