Skip to content

Commit ad5e352

Browse files
author
bwilson
committed
moving py import
1 parent ab5f12f commit ad5e352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdist/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import os
1111
import time
1212

13+
import py
1314
import _pytest.hookspec
1415
import pytest
1516
from execnet.gateway_base import dumps, DumpError
@@ -258,7 +259,6 @@ def remote_initconfig(option_dict, args):
258259
os.environ["PYTEST_XDIST_WORKER"] = workerinput["workerid"]
259260
os.environ["PYTEST_XDIST_WORKER_COUNT"] = str(workerinput["workercount"])
260261
# os.environ['PYTHONPATH'] = importpath
261-
import py
262262

263263
config = remote_initconfig(option_dict, args)
264264
config.workerinput = workerinput

0 commit comments

Comments
 (0)