From aad99e369380495183962ab6675cdb9bffabd6e5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 20 Sep 2016 23:57:08 +0300 Subject: [PATCH] Set PYTHONPATH for tests --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 0c6125e..4374f05 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ .PHONY: all all: - pytest + PYTHONPATH=.. pytest -- 2.39.2