mirror of
https://github.com/python/cpython.git
synced 2026-04-17 09:20:43 +00:00
GH-145762: Fix test_ci_fuzz_stdlib for source archive builds (#145778)
Co-authored-by: Stan Ulbrych <stan@ulbrych.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
63d3c490d4
commit
a4d9d6483f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def test_ci_fuzz_stdlib(self):
|
|||
elif p.is_file():
|
||||
f = p
|
||||
else:
|
||||
self.fail(f"LIBRARY_FUZZER_PATHS contains an invalid entry: {p!r}")
|
||||
continue
|
||||
result = process_changed_files({f})
|
||||
self.assertTrue(result.run_ci_fuzz_stdlib)
|
||||
self.assertTrue(is_fuzzable_library_file(f))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue