From 9d18d4ad391b78efef3bd573a1eafb042ee659b2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 6 Dec 2023 13:12:50 +0100 Subject: [PATCH] remove unused conftest --- conftest.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 conftest.py diff --git a/conftest.py b/conftest.py deleted file mode 100644 index 8704865..0000000 --- a/conftest.py +++ /dev/null @@ -1,2 +0,0 @@ -# this file exists so that tests inside /tests always find /src imports, -# because this will cause the root (/) to be added to sys.path