From bc59f5e64446d0b8a3bf7c7db38abec9c77f99c6 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 28 Dec 2023 10:19:21 +0300 Subject: [PATCH] Added/Updated tests\functional\util\test_gbak_zip.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch --- tests/functional/util/test_gbak_zip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/util/test_gbak_zip.py b/tests/functional/util/test_gbak_zip.py index c45c63aa..95d82a4e 100644 --- a/tests/functional/util/test_gbak_zip.py +++ b/tests/functional/util/test_gbak_zip.py @@ -187,6 +187,7 @@ non_ascii_ddl = ''' ''' tmp_file = temp_file('non_ascii_ddl.sql') +@pytest.mark.encryption @pytest.mark.version('>=4.0') def test_1(act: Action, act_res: Action, tmp_fbk: Path, tmp_res: Database, tmp_file: Path, capsys):