From 868ce4b9d7b5993b07cedcef0fd55bd14a1f8efb Mon Sep 17 00:00:00 2001 From: cdeler Date: Wed, 2 Sep 2020 13:10:14 +0300 Subject: [PATCH] Update tests/conftest.py PR review Co-authored-by: Florimond Manca --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 0cef05a4c..35aaf9ea9 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -21,7 +21,6 @@ def pytest_configure(config): - # register an additional marker config.addinivalue_line( "markers", "curio: mark the test as a coroutine, it will be run using a Curio kernel.",