mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Add missing capfd fixture
This commit is contained in:
parent
104b63b33c
commit
83ec91e314
@ -1109,7 +1109,7 @@ def test_sieve_internal_driver_manager(capfd, basic_image, pixelated_image):
|
||||
)
|
||||
|
||||
|
||||
def test_zz_no_dataset_leaks():
|
||||
def test_zz_no_dataset_leaks(capfd):
|
||||
with rasterio.Env() as env:
|
||||
env._dump_open_datasets()
|
||||
captured = capfd.readouterr()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user