Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a temp dir for the cache fixture #92

Open
jonkeane opened this issue Sep 21, 2022 · 0 comments
Open

Use a temp dir for the cache fixture #92

jonkeane opened this issue Sep 21, 2022 · 0 comments

Comments

@jonkeane
Copy link
Contributor

We can't just call https://docs.python.org/3/library/tempfile.html#examples and then use that, since we do want to pre-populate it with the contents of tests/fixtures/test_cache, but this would allow us to get rid of some of the bespoke clean up code (and likely enable the skipped tests on windows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant