From: Daniele Varrazzo Date: Sun, 10 Jul 2022 20:23:14 +0000 (+0100) Subject: test: register the pipeline marker consistently with the others X-Git-Tag: 3.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c965089ae9cd7234dcced357b6e9b4a0637b6d;p=thirdparty%2Fpsycopg.git test: register the pipeline marker consistently with the others --- diff --git a/tests/conftest.py b/tests/conftest.py index 7c4a5fb36..71e574f0b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -25,16 +25,12 @@ def pytest_configure(config): "timing: the test is timing based and can fail on cheese hardware", "dns: the test requires dnspython to run", "postgis: the test requires the PostGIS extension to run", + "pipeline: the test runs with connection in pipeline mode", ] for marker in markers: config.addinivalue_line("markers", marker) - config.addinivalue_line( - "markers", - "pipeline: the test runs with connection in pipeline mode", - ) - def pytest_addoption(parser): parser.addoption(