We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdf822 commit e5719acCopy full SHA for e5719ac
tests/test_field.py
@@ -34,11 +34,7 @@
34
from ansys.dpf.core.common import locations, shell_layers
35
from ansys.dpf.gate.errors import DPFServerException, DpfVersionNotSupported
36
import conftest
37
-from conftest import (
38
- SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0,
39
- raises_for_servers_version_under,
40
- running_docker,
41
-)
+from conftest import SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0, running_docker```
42
43
44
@pytest.fixture()
0 commit comments