-
Notifications
You must be signed in to change notification settings - Fork 251
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 tempfile.TemporaryDirectory #337
base: main
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Looks like Windows and python3.7 are not happy with this, https://bugs.python.org/issue26660 presumably. if and when we eventually get to do this, should probably remove the unit test case also - it wouldn't make much sense to have a unit test for tempfile function. |
Re: implementing this now, one option is python-poetry/poetry#5522 (comment) |
4bedfd5
to
e48e797
Compare
Kudos, SonarCloud Quality Gate passed! |
ab2682a
to
64d7c86
Compare
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
rebased on #566 so that we no longer need to care about Windows python 3.7 bugs |
7ecf628
to
21caebb
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
2919f80
to
1f96d36
Compare
6f33977
to
c6e9cb6
Compare
Kudos, SonarCloud Quality Gate passed! |
c6e9cb6
to
8e58a44
Compare
Kudos, SonarCloud Quality Gate passed! |
8e58a44
to
33307e9
Compare
Quality Gate passedIssues Measures |
cf python-poetry/poetry#5522
but note that there's a testcase in this repository:
poetry-core/tests/utils/test_helpers.py
Line 90 in 8c75c1a