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:
parent
f073668eb0
commit
350e841012
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user