Skip to content

Add a wrapper for flakey tests to re-run #57

Add a wrapper for flakey tests to re-run

Add a wrapper for flakey tests to re-run #57

GitHub Actions / Test Results failed Sep 8, 2023 in 0s

1 errors, 8 pass in 3m 5s

9 tests   8 ✔️  3m 5s ⏱️
9 suites  0 💤
9 files    0   1 🔥

Results for commit eff9e94.

Annotations

Check failure on line 0 in nose2.loader.LoadTestsFailure.nose2.loader.ModuleImportFailure

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_rex (nose2.loader.LoadTestsFailure.nose2.loader.ModuleImportFailure) with error

artifacts/Test Results 1/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/virtualenv/lib/python3.8/site-packages/nose2/util.py", line 147, in try_import_module_from_name
    module = __import__(".".join(splitted_name))
ModuleNotFoundError: No module named 'nose2.loader.ModuleImportFailure'; 'nose2.loader' is not a package

The above exception was the direct cause of the following exception:

AttributeError: module 'nose2.loader' has no attribute 'ModuleImportFailure'