mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/ldap3: Enable (offline) testing
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -22,9 +22,15 @@ LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
|
||||
|
||||
# tests require a ldap server and extra configuration
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
# offline testing only
|
||||
local -x SERVER=NONE
|
||||
|
||||
eunittest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user