summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-06 15:55:50 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-07 09:09:19 +0100
commitc464187c8b0b228a5299acaf35e74888982429b4 (patch)
treef5f4d5e462b18235b82599ac50bd3b196bd381e2 /tests
parent030aa5f5db380efa73802cb92cb92d156c3dc860 (diff)
downloadpygobject-c464187c8b0b228a5299acaf35e74888982429b4.tar.gz
tests: remove an old libtool search path
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py1
1 files changed, 0 insertions, 1 deletions
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):