From ce11318e7ec585e0d0cc08089a0e1337e0ea9f38 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Mon, 26 Apr 2021 08:42:43 -0700 Subject: [PATCH] make sure to test against the local checkout (#11437) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 21d11434cc4..36e9d0aea77 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ .PHONY: deps_table_update modified_only_fixup extra_quality_checks quality style fixup fix-copies test test-examples docs +# make sure to test the local checkout in scripts and not the pre-installed one (don't use quotes!) +export PYTHONPATH = src check_dirs := examples tests src utils