Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Dec 10, 2024
1 parent c69cd3e commit 805b853
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def requires_dependency(dependency: str):
LOG.setLevel("DEBUG")
LOG.log_to_file("pymapdl.log")


################################################################
#
# Importing packages
Expand Down Expand Up @@ -606,9 +605,6 @@ def mapdl(request, tmpdir_factory):
if mapdl.is_local:
assert Path(mapdl.directory) == Path(run_path)

if DEBUG_TESTING:
mapdl._ctrl("set_verb", 5) # Setting verbosity on the server

# using yield rather than return here to be able to test exit
yield mapdl

Expand Down

0 comments on commit 805b853

Please sign in to comment.