[pygobject] tests: remove an old libtool search path



commit c464187c8b0b228a5299acaf35e74888982429b4
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Fri Nov 6 15:55:50 2020 +0100

    tests: remove an old libtool search path

 tests/__init__.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tests/__init__.py b/tests/__init__.py
index b96f8a8d..34976673 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -70,7 +70,6 @@ def init_test_environ():
     from gi.repository import GIRepository
     repo = GIRepository.Repository.get_default()
     repo.prepend_library_path(os.path.join(tests_builddir))
-    repo.prepend_library_path(os.path.join(tests_builddir, ".libs"))
     repo.prepend_search_path(tests_builddir)
 
     def try_require_version(namespace, version):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]