Skip to content

Commit abffd16

Browse files
committed
Keep (revisited) comment from 4d31ea831
1 parent fb28966 commit abffd16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testing/test_meta.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
Test importing of all internal packages and modules.
3+
4+
This ensures all internal packages can be imported without needing the pytest
5+
namespace being set, which is critical for the initialization of xdist.
6+
"""
17
import pkgutil
28
import subprocess
39
import sys

0 commit comments

Comments
 (0)