Commit 90d4a8e
committed
Remove TestFileLibTiff.test_save_many_compressed()
It is the slowest test of the suite, saving the same image
10 000 times to find leaking file descriptors.
It was added in March 2023, e953978, as a test for 2299490
that fixed a file descriptor leak.
The TIFF cleanup path was subsequently cleaned up in June 2023
(e45da2a) and October 2024 (7edf952) to avoid `os.dup()`
at all.1 parent 8f92da6 commit 90d4a8e
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1281 | 1281 | | |
1282 | 1282 | | |
1283 | 1283 | | |
1284 | | - | |
1285 | | - | |
1286 | | - | |
1287 | | - | |
1288 | | - | |
1289 | | - | |
1290 | 1284 | | |
1291 | 1285 | | |
1292 | 1286 | | |
| |||
0 commit comments