Shivam Bangia

Results 7 comments of Shivam Bangia

Hey, I'm running into the same problem as well, could this be merged please? I would rather not point my app to a branch or change my git hooks to...

I'll add a bit more context. I'm aware that the fixture creates a new temp directory, my assertion here is that the issue is actually in the behaviour of the...

Steps to reproduce this error: 1. Run the test suite with `pytest tests/test_utils.py` 2. Make some edits to the `test_utils.py` file (any edit is fine, even a comment addition) 3....

Gotcha, I'll give it a shot. `tmpdir` is being used in a few different tests as well, I'll update all of those too and let you know.

Hey @sigmavirus24 , I've updated the tests in this file that were using `tmpdir` to now use `tmp_path`. However, my original fix containing `os.remove` is still needed, since the `extract_zipped_paths`...

Hi @sigmavirus24 , did you get time to take a look at this by any chance?