Skip to content

Commit 99d5fc4

Browse files
committed
Require DPF>7.0 for testing with GDC
1 parent b8d425e commit 99d5fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_python_plugins.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ def test_custom_op_with_spec(server_type_remote_process, testfiles_dir):
411411
assert np.allclose(outf.data, expected)
412412

413413

414+
@pytest.mark.skipif(
415+
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0, reason="Gdc available for servers >=7.0"
416+
)
414417
@conftest.raises_for_servers_version_under("11.0")
415418
def test_custom_op_changelog(server_type_remote_process, testfiles_dir):
416419
from packaging.version import Version

0 commit comments

Comments
 (0)