diff --git a/tests/bugs/gh_8185_test.py b/tests/bugs/gh_8185_test.py index 68cad08d..6c73d2dc 100644 --- a/tests/bugs/gh_8185_test.py +++ b/tests/bugs/gh_8185_test.py @@ -48,7 +48,7 @@ init_sql = """ db = db_factory(init = init_sql) act = python_act('db') -@pytest.mark.version('>=5.0.0') +@pytest.mark.version('>=5.0.1') def test_1(act: Action, capsys): srv_cfg = driver_config.register_server(name = 'test_srv_gh_8185', config = '')