We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce5f96 commit 9d8e0a2Copy full SHA for 9d8e0a2
tests/test_test_runner.py
@@ -145,5 +145,5 @@ def test_sort():
145
test_xml_file_path=result_file, test_files=test_files, test_config=config, run_result=process
146
)
147
match = ImportErrorPattern.search(process.stdout).group()
148
- assert match=="E ModuleNotFoundError: No module named 'torch'"
+ assert match=="ModuleNotFoundError: No module named 'torch'"
149
result_file.unlink(missing_ok=True)
0 commit comments