-
Notifications
You must be signed in to change notification settings - Fork 49
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
Delete temporary file #165
Conversation
@vhernando the tests failed due to the removal |
I have no windows machine to test, but probably this will solve it. |
In my machine the test that fails does succeed: $ tox -e cover
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
If tempdir is not set in Queue initialization, a temporary file is created to test if default tempdir is in the same filesystem as queue path.
This patch deletes this temporary file to avoid accumulation of junk temporary files after several executions.