From 27c3efc6152df28a6525fcf1a72400d9f583fcf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sat, 6 Feb 2021 00:44:26 +0100 Subject: [PATCH] doc: note about tests/test_ldap.py failing because of apparmor (#50921) License: MIT --- doc/development.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/development.rst b/doc/development.rst index 520c5319d..d1eb4805a 100644 --- a/doc/development.rst +++ b/doc/development.rst @@ -39,6 +39,11 @@ Run the tests $ pip install tox $ pg_virtualenv tox +.. note:: + + `tests/test_ldap.py` will fail if `apparmor_status` reports that + `/usr/sbin/slapd` is in enforce mode. + Build the documentation =======================