From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Fri, 30 Sep 2022 11:55:27 +0200
Subject: pytest: Ignore trio_mode for now

This option requires pytest-trio to get packaged.

Forwarded: Not-Needed
---
 pytest.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index e84b365..c689a67 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,7 +2,7 @@
 console_output_style = progress
 faulthandler_timeout = 60
 log_cli = True
-trio_mode = true
+#trio_mode = true
 markers =
     xfail_chrome: Tests expected to fail in Chrome
     xfail_chromiumedge: Tests expected to fail in Chromium Edge
