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:
Chris Eibl
2026-04-07 11:02:15 +02:00
committed by GitHub
parent 63d3c490d4
commit a4d9d6483f
+1 -1
View File
@@ -55,7 +55,7 @@ class TestProcessChangedFiles(unittest.TestCase):
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))