Skip to content

Commit

Permalink
Update test_issue944.py
Browse files Browse the repository at this point in the history
Allow warning as setuptools warns about pyepics
  • Loading branch information
coretl authored Oct 12, 2023
1 parent 4f82b52 commit 317a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/tests/test_issue944.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def run_test_code(testdir, code):
testdir.makepyfile(code)
result = testdir.runpytest_subprocess()
result.stdout.fnmatch_lines(["* 1 passed in *"])
result.stdout.fnmatch_lines(["* 1 passed*"])


def test_local_without_defaults_no_string(testdir):
Expand Down

0 comments on commit 317a914

Please sign in to comment.