Preserve mirrored pytest-xdist version

This commit is contained in:
2026-09-02 15:20:28 -05:00
parent 2b4372bd62
commit 23461ed23b
2 changed files with 4 additions and 6 deletions

View File

@@ -1,10 +1,12 @@
from xdist._version import version as __version__
from xdist.plugin import get_xdist_worker_id
from xdist.plugin import is_xdist_controller
from xdist.plugin import is_xdist_master
from xdist.plugin import is_xdist_worker
__version__ = "3.7.1.dev24+g2b4372bd6"
__all__ = [
"__version__",
"get_xdist_worker_id",