Skip to content

Commit 7e9e903

Browse files
committed
capabilities to skip loading of shared libs
1 parent 9f0371d commit 7e9e903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def em_work_dir():
5757

5858
@pytest.fixture
5959
def runner():
60-
runner = CliRunner(mix_stderr=True)
60+
runner = CliRunner()
6161
return runner

0 commit comments

Comments
 (0)