Skip to content

Commit

Permalink
Skip the last start_local_server in a server_factory.py doctest
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Feb 15, 2024
1 parent 9c470ab commit d6b6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/server_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class ServerConfig:
>>> import os
>>> os.environ["DPF_SERVER_TYPE"] = "INPROCESS"
>>> dpf.start_local_server()
>>> dpf.start_local_server() # doctest: +SKIP
<ansys.dpf.core.server_types.InProcessServer object at ...>
"""
Expand Down

0 comments on commit d6b6fc8

Please sign in to comment.