From 81309e8d69d711f6c3f00414e4abf27e75f4e2a6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 15 Feb 2019 09:34:41 -0200 Subject: [PATCH] Adust linting and CHANGELOG --- changelog/374.feature.rst | 2 +- changelog/{415.feature => 415.feature.rst} | 0 xdist/remote.py | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) rename changelog/{415.feature => 415.feature.rst} (100%) diff --git a/changelog/374.feature.rst b/changelog/374.feature.rst index 81eb85e..d0c6c88 100644 --- a/changelog/374.feature.rst +++ b/changelog/374.feature.rst @@ -1 +1 @@ -The new pytest_xdist_getremotemodule hook allows overriding the module run on remote nodes. +The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. diff --git a/changelog/415.feature b/changelog/415.feature.rst similarity index 100% rename from changelog/415.feature rename to changelog/415.feature.rst diff --git a/xdist/remote.py b/xdist/remote.py index 120eadd..c492f9e 100644 --- a/xdist/remote.py +++ b/xdist/remote.py @@ -262,8 +262,6 @@ def remote_initconfig(option_dict, args): if __name__ == "__channelexec__": - import py - channel = channel # noqa workerinput, args, option_dict, change_sys_path = channel.receive()