Skip to content

Commit

Permalink
Merge pull request #83 from mehta-lab/keep-test-data
Browse files Browse the repository at this point in the history
Don't delete test data
  • Loading branch information
mattersoflight authored Sep 7, 2022
2 parents 411509e + 995119f commit 0c3d282
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ def setup_test_data():

yield test_data

# TODO: single page tiff don't clean up properly
try:
# remove temp folder
shutil.rmtree(temp_folder)
except OSError as e:
print(f"Error while deleting temp folder: {e.strerror}")

@pytest.fixture(scope='function')
def setup_writer_folder():
temp_folder = join(os.getcwd(), 'pytest_temp', 'writer_temp')
Expand Down

0 comments on commit 0c3d282

Please sign in to comment.