Skip to content

Commit 81309e8

Browse files
committed
Adust linting and CHANGELOG
1 parent 26d0fca commit 81309e8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

changelog/374.feature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The new pytest_xdist_getremotemodule hook allows overriding the module run on remote nodes.
1+
The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes.
File renamed without changes.

xdist/remote.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ def remote_initconfig(option_dict, args):
262262

263263

264264
if __name__ == "__channelexec__":
265-
import py
266-
267265
channel = channel # noqa
268266
workerinput, args, option_dict, change_sys_path = channel.receive()
269267

0 commit comments

Comments
 (0)