From 63848349c01e56e0dbfaace9db3c47330430af76 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 26 Dec 2023 18:55:05 +0100 Subject: [PATCH] move conftest.py to src/borg/testsuite, see #6386 there, it will be packaged and installed, so that when one runs the testsuite after installing the pypi package, it will find the conftest.py. --- conftest.py => src/borg/testsuite/conftest.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename conftest.py => src/borg/testsuite/conftest.py (100%) diff --git a/conftest.py b/src/borg/testsuite/conftest.py similarity index 100% rename from conftest.py rename to src/borg/testsuite/conftest.py