mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
13c3997baa
The logic to detect in-tree builds was broken and ipatests/conftest.py had hard-coded in_tree=True. IPA now considers an environment as in-tree when the parent directory of the ``ipalib`` package contains ``ipasetup.py.in``. This file is only present in source and never installed. API bootstrap() does not use ```self.site_packages in site.getsitepackages()`` because the function call can be expensive and would require path normalization, too. The function is also missing from venv site module. Fixes: https://pagure.io/freeipa/issue/8312 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
test_aci.py | ||
test_backend.py | ||
test_base.py | ||
test_capabilities.py | ||
test_cli.py | ||
test_config.py | ||
test_crud.py | ||
test_errors.py | ||
test_frontend.py | ||
test_messages.py | ||
test_output.py | ||
test_parameters.py | ||
test_plugable.py | ||
test_rpc.py | ||
test_text.py | ||
test_util.py | ||
test_x509.py |