From eb342b925c1f060f44b25e42d37ea5e596c0d7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 11 May 2023 11:58:20 +0100 Subject: [PATCH] Release notes: Add pytest requirement --- docbook/release-notes.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc index 3ccfe42d49..b0f25ed960 100644 --- a/docbook/release-notes.adoc +++ b/docbook/release-notes.adoc @@ -92,6 +92,10 @@ Recognizes PCAP traces with the link type LINKTYPE_FIRA_UCI=299. * The display filter drop-down list is now sorted by "most recently used" instead of "most recently created". +* Running the test suite requires the https://pypi.org/project/pytest/[pytest] + Python module. The emulation layer that allowed running tests without pytest + installed has been removed. + // === Removed Features and Support // === Removed Dissectors