Skip to content

Commit

Permalink
tests: fix tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jun 20, 2017
1 parent 6044325 commit 4241b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def __exit__(self, exc_type, exc_value, tb):
self.close()
else:
self.close()
os.unlink(self._filename)
self._filename.unlink()

class substitute_entry_points(object):
'''Monkey-patch pkg_resources to substitute one group in iter_entry_points
Expand Down

0 comments on commit 4241b39

Please sign in to comment.