From 6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 16 Nov 2021 15:49:47 +0100 Subject: fix debian packaging --- src/test/test_pydrilla.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/test_pydrilla.py') diff --git a/src/test/test_pydrilla.py b/src/test/test_pydrilla.py index 07c580a..ed98f13 100644 --- a/src/test/test_pydrilla.py +++ b/src/test/test_pydrilla.py @@ -33,9 +33,9 @@ import json from pydrilla import pydrilla, create_app -test_dir = Path(__file__).resolve().parent -pydrilla_dir = Path(pydrilla.__file__).resolve().parent -test_config_path = pydrilla_dir / 'development_config.json' +test_dir = Path(__file__).resolve().parent +packages_dir = test_dir.parent +test_config_path = test_dir / 'development_config.json' @pytest.fixture def client(): -- cgit v1.2.3