Skip to content

Commit 2ff30db

Browse files
Thomas Kpenouclaude
authored andcommitted
chore(tests): suppress ldap3 DeprecationWarning from pyasn1 in pytest
ldap3 2.9.1 (latest) imports deprecated tagMap/typeMap symbols from pyasn1. The warning is an upstream issue with no fix available. Filter it in pytest.ini so it doesn't block -W error runs or pollute output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5842400 commit 2ff30db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
testpaths = src/tests
33
pythonpath = src
44
norecursedirs = src/e2e_tests
5+
filterwarnings =
6+
ignore::DeprecationWarning:ldap3

0 commit comments

Comments
 (0)