$OpenBSD: patch-test_lib_ansible_test__internal_units___init___py,v 1.1.1.1 2021/06/14 19:28:44 pvk Exp $

OpenBSD devel/py-test is 4.4.0 yet

Index: test/lib/ansible_test/_internal/units/__init__.py
--- test/lib/ansible_test/_internal/units/__init__.py.orig
+++ test/lib/ansible_test/_internal/units/__init__.py
@@ -108,9 +108,9 @@ def command_units(args):
         if not data_context().content.collection:
             cmd.append('--durations=25')
 
-        if version != '2.6':
-            # added in pytest 4.5.0, which requires python 2.7+
-            cmd.append('--strict-markers')
+        #if version != '2.6':
+        #    # added in pytest 4.5.0, which requires python 2.7+
+        #    cmd.append('--strict-markers')
 
         plugins = []
 
