Skip to content

Commit

Permalink
need to filter warning before Executors imported
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Nov 8, 2023
1 parent 8ac2da6 commit 17f7ac8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libensemble/tests/unit_tests/test_executor_balsam.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
import mock
import pytest

from libensemble.executors.executor import Application, Executor, ExecutorException, TimeoutExpired

warnings.filterwarnings("ignore", category=DeprecationWarning)


from libensemble.executors.executor import Application, Executor, ExecutorException, TimeoutExpired # noqa E402


def setup_module(module):
try:
print(f"setup_module module:{module.__name__}")
Expand Down

0 comments on commit 17f7ac8

Please sign in to comment.