mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -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> |
||
---|---|---|
.. | ||
install | ||
__init__.py | ||
aci.py | ||
backend.py | ||
base.py | ||
capabilities.py | ||
cli.py | ||
config.py | ||
constants.py | ||
crud.py | ||
dns.py | ||
errors.py | ||
frontend.py | ||
krb_utils.py | ||
Makefile.am | ||
messages.py | ||
misc.py | ||
output.py | ||
parameters.py | ||
pkcs10.py | ||
plugable.py | ||
request.py | ||
rpc.py | ||
setup.cfg | ||
setup.py | ||
text.py | ||
util.py | ||
x509.py |