lib-python/3/test/test_datetime.py::unmodified
== PyPy 3.12.13 (22398ecb2727, Aug 16 2026, 03:30:09) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.12.90+deb13-amd64-i686-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_2494563æ
== CPU count: 9
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 3411383911
0:00:00 load avg: 1.39 Run 1 test sequentially in a single process
0:00:00 load avg: 1.39 [1/1] test_datetime
0:00:00 load avg: 1.39 [1/1/1] test_datetime failed (uncaught exception)
== Tests result: FAILURE ==
1 test failed:
test_datetime
Total duration: 113 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 "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/unittest/loader.py", line 113, in loadTestsFromModule
return load_tests(self, tests, pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/slave/pypy-c-jit-linux-x86-32/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 "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc
_load_run_test(result, runtests)
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 91, in regrtest_runner
test_result = test_func()
^^^^^^^^^^^
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/libregrtest/single.py", line 135, in test_func
return run_unittest(test_mod)
^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/slave/pypy-c-jit-linux-x86-32/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-linux-x86-32 build #8441+
test: lib-python/3/test/test_datetime.py::unmodified