Skip to content

Commit ffca784

Browse files
authored
Update src/xdist/remote.py
1 parent a170148 commit ffca784

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/xdist/remote.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ def setproctitle(title):
2525

2626

2727
class Producer:
28-
"""this is defined here because this module can't depend on xdist"""
28+
"""
29+
Simplified implementation of the same interface as py.log, for backward compatibility
30+
since we dropped the dependency on pylib.
31+
Note: this is defined here because this module can't depend on xdist, so we need
32+
to have the other way around.
33+
"""
2934

3035
def __init__(self, name: str, *, enabled: bool = True):
3136
self.name = name

0 commit comments

Comments
 (0)