summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-10-30 13:31:55 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2018-10-30 15:35:53 -0300
commitf20eeebde94f12424145f8548c960081d2e3c3ab (patch)
tree448e096ed028a1be8412df58ad0dd46557a9160d /changelog
parente6e40db9c7c5f585185df699513ea745a4429336 (diff)
downloadpytest-f20eeebde94f12424145f8548c960081d2e3c3ab.tar.gz
Fix access denied error when deleting a stale temporary directory
Fix #4262
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4262.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4262.bugfix.rst b/changelog/4262.bugfix.rst
new file mode 100644
index 000000000..1487138b7
--- /dev/null
+++ b/changelog/4262.bugfix.rst
@@ -0,0 +1 @@
+Fix access denied error when deleting stale directories created by ``tmpdir`` / ``tmp_path``.