Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_datetime.py::unmodified

== PyPy 3.12.13 (421004c42b8a, Aug 21 2026, 05:17:54) [PyPy 8.0.0-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_5060æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network

Using random seed: 1661068730
0:00:00 Run 1 test sequentially in a single process
0:00:00 [1/1] test_datetime
0:00:00 [1/1/1] test_datetime failed (uncaught exception)

== Tests result: FAILURE ==

1 test failed:
    test_datetime

Total duration: 321 ms
Total tests: run=0
Total test files: run=1/1 failed=1
Result: FAILURE
Failed to call load_tests:
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 113, in loadTestsFromModule
    return load_tests(self, tests, pattern)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_datetime.py", line 31, in load_tests
    for name, cls in module.__dict__.items():
                            ^^^^^^^^
AttributeError: 'NoneType' object has no attribute '__dict__'. Did you mean: '__dir__'?

test test_datetime crashed -- Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc
    _load_run_test(result, runtests)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 138, in _load_run_test
    regrtest_runner(result, test_func, runtests)
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 91, in regrtest_runner
    test_result = test_func()
                  ^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 135, in test_func
    return run_unittest(test_mod)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 35, in run_unittest
    raise Exception("errors while loading tests")
Exception: errors while loading tests
builder: pypy-c-jit-win-x86-64 build #2509+
test: lib-python/3/test/test_datetime.py::unmodified