From 15794327f9d5a186094c9cdf748ab04a9f4d80f6 Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Wed, 1 Dec 2021 11:55:56 +0100 Subject: [PATCH] [tests] pytest.ini includes tests as pythonpath (because of dummy_domain) --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 6d700be..67e71db 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ testpaths = tests addopts = --doctest-modules doctest_optionflags = ELLIPSIS +python_paths = ./tests