6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_4723_incompressible_test.py: adjusted min_version

This commit is contained in:
pavel-zotov 2024-06-18 09:42:54 +03:00
parent f073668eb0
commit 350e841012

View File

@ -67,7 +67,7 @@ init_ddl = f"""
db = db_factory(page_size = 8192, init = init_ddl, charset = 'win1251')
act = python_act('db')
@pytest.mark.version('>=4.0')
@pytest.mark.version('>=5.0')
def test_1(act: Action, capsys):
act.gstat(switches=['-r', '-t', 'TEST', '-user', act.db.user, '-pass', act.db.password])