Skip to content

Commit d81568f

Browse files
committed
fix(tests): add conftest.py for AutoWrapt test error
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent c92075a commit d81568f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

tests_autowrapt/__init__.py

Whitespace-only changes.

tests_autowrapt/conftest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# (c) Copyright IBM Corp. 2025
2+
3+
import os
4+
5+
collect_ignore_glob = []
6+
if not os.environ.get("AUTOWRAPT_BOOTSTRAP", None):
7+
collect_ignore_glob.append("*test_autowrapt*")

0 commit comments

Comments
 (0)