From abffd16ce6e950a27b013f017b0bee167f095bf8 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 3 Feb 2020 14:04:16 +0100 Subject: [PATCH] Keep (revisited) comment from https://github.com/pytest-dev/pytest/commit/4d31ea831 --- testing/test_meta.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/test_meta.py b/testing/test_meta.py index 296aa42aa..ffc8fd38a 100644 --- a/testing/test_meta.py +++ b/testing/test_meta.py @@ -1,3 +1,9 @@ +""" +Test importing of all internal packages and modules. + +This ensures all internal packages can be imported without needing the pytest +namespace being set, which is critical for the initialization of xdist. +""" import pkgutil import subprocess import sys