-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Open
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
When running the test suite on 3.15.0a7 release, I'm seeing the following failure:
0:03:30 load avg: 14.60 [1/2/1] test_tools failed (1 failure)
Re-running test_tools in verbose mode (matching: test_ci_fuzz_stdlib)
test_ci_fuzz_stdlib (test.test_tools.test_compute_changes.TestProcessChangedFiles.test_ci_fuzz_stdlib) ...
test_ci_fuzz_stdlib (test.test_tools.test_compute_changes.TestProcessChangedFiles.test_ci_fuzz_stdlib) (p=PosixPath('.github/workflow
s/reusable-cifuzz.yml')) ... FAIL
======================================================================
FAIL: test_ci_fuzz_stdlib (test.test_tools.test_compute_changes.TestProcessChangedFiles.test_ci_fuzz_stdlib) (p=PosixPath('.github/work
flows/reusable-cifuzz.yml'))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/tmp/portage/dev-lang/python-0.3.15.0_alpha7/work/Python-3.15.0a7/Lib/test/test_tools/test_compute_changes.py", line 58, in
test_ci_fuzz_stdlib
self.fail(f"LIBRARY_FUZZER_PATHS contains an invalid entry: {p!r}")
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: LIBRARY_FUZZER_PATHS contains an invalid entry: PosixPath('.github/workflows/reusable-cifuzz.yml')
----------------------------------------------------------------------
Ran 1 test in 0.016s
FAILED (failures=1)
test test_tools failedI'm guessing it is relying on files that aren't part of the source archive.
CPython versions tested on:
3.15
Operating systems tested on:
Linux
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error