-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
plugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin plugin
Description
In the pytest code we try very hard to avoid importing unittest if it's not already imported, even in the unittest plugin. But we slipped here:
pytest/src/_pytest/debugging.py
Line 14 in e826510
| import unittest |
We should handle it similarly to other places by checking if unittest is in sys.modules first.
Zac-HD
Metadata
Metadata
Assignees
Labels
plugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin plugin