From 6ac6e374613ceff719218296e3c2c671d0efdcf7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 9 Jan 2024 17:28:07 -0300 Subject: [PATCH 1/2] Remove socketserver.py related section from the docs Given the script has been deleted, let us remove it from the docs as well to avoid confusion. Fix #1001 --- docs/remote.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/remote.rst b/docs/remote.rst index 6f976d5a..801aefbd 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -51,22 +51,6 @@ Those you cannot override using rsyncignore command-line or ini-file option(s). -Sending tests to remote Socket Servers --------------------------------------- - -Download the single-module `socketserver.py`_ Python program -and run it like this:: - - python socketserver.py - -It will tell you that it starts listening on the default -port. You can now on your home machine specify this -new socket host with something like this:: - - pytest -d --tx socket=192.168.1.102:8888 --rsyncdir mypkg - - - Running tests on many platforms at once --------------------------------------- From feafbbc682edc3b45439a7f3aa4064f39d0fa353 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 9 Jan 2024 17:28:48 -0300 Subject: [PATCH 2/2] Update remote.rst --- docs/remote.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/remote.rst b/docs/remote.rst index 801aefbd..ff192c3f 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -66,5 +66,3 @@ at once. The specifications strings use the `xspec syntax`_. .. _`xspec syntax`: https://codespeak.net/execnet/basics.html#xspec .. _`execnet`: https://codespeak.net/execnet - -.. _`socketserver.py`: https://raw.githubusercontent.com/pytest-dev/execnet/master/execnet/script/socketserver.py