From caf17d0a75c4a513c84e0d3ab4b549ca296a8fc6 Mon Sep 17 00:00:00 2001 From: c0llab0rat0r <78339685+c0llab0rat0r@users.noreply.github.com> Date: Tue, 11 May 2021 10:59:40 -0500 Subject: [PATCH] Fix 'custom marker not registered' warning related to pytest.mark.last (provided by pytest-ordering module) --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index c5763ea2..d8b653ac 100644 --- a/tox.ini +++ b/tox.ini @@ -155,3 +155,6 @@ testpaths = ipfshttpclient test/unit test/functional + +markers = + last: marker supplied by but not registered by pytest-ordering module