From 644fdc52376c5a1a746d038db992260b0c3d36b2 Mon Sep 17 00:00:00 2001 From: Sebastian Rahlf Date: Tue, 28 Nov 2017 12:22:47 +0100 Subject: [PATCH 1/2] Fix broken link to project The plugin has since moved to pytest-dev --- doc/en/projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/projects.rst b/doc/en/projects.rst index a2edbf68fb6..86df99ab2c5 100644 --- a/doc/en/projects.rst +++ b/doc/en/projects.rst @@ -58,7 +58,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref: * `katcp `_ Telescope communication protocol over Twisted * `kss plugin timer `_ * `pyudev `_ a pure Python binding to the Linux library libudev -* `pytest-localserver `_ a plugin for pytest that provides an httpserver and smtpserver +* `pytest-localserver `_ a plugin for pytest that provides an httpserver and smtpserver * `pytest-monkeyplus `_ a plugin that extends monkeypatch These projects help integrate ``pytest`` into other Python frameworks: From f6be23b68bb44b98fc7750b3aaac3751b63fd4e3 Mon Sep 17 00:00:00 2001 From: Sebastian Rahlf Date: Tue, 28 Nov 2017 12:31:34 +0100 Subject: [PATCH 2/2] Add changelog entry. --- changelog/2963.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2963.doc diff --git a/changelog/2963.doc b/changelog/2963.doc new file mode 100644 index 00000000000..c9a1d661b64 --- /dev/null +++ b/changelog/2963.doc @@ -0,0 +1 @@ +Fix broken link to plugin pytest-localserver.