We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3920e + 1de4466 commit 3d5850fCopy full SHA for 3d5850f
1 file changed
testsuite/tests/apicast/policy/fapi/test_baseline_profile.py
@@ -9,8 +9,11 @@
9
import pytest
10
import threescale_api
11
12
-from testsuite import rawobj
+from packaging.version import Version
13
from testsuite.utils import blame
14
+from testsuite import TESTED_VERSION, rawobj
15
+
16
+pytestmark = pytest.mark.skipif(TESTED_VERSION < Version("2.16"), reason="Threescale version must be at least 2.16.0")
17
18
19
@pytest.fixture(scope="module")
0 commit comments