From a6e098a526cb2b18b9acd320fc954a79622b018e Mon Sep 17 00:00:00 2001 From: Akash Srivastava Date: Mon, 14 Oct 2019 13:07:22 +0530 Subject: [PATCH] Add newsfile for the PR Signed-off-by: Akash Srivastava --- news/7191.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/7191.bugfix diff --git a/news/7191.bugfix b/news/7191.bugfix new file mode 100644 index 00000000000..06b3b01eff4 --- /dev/null +++ b/news/7191.bugfix @@ -0,0 +1 @@ +Change method from shutil.remove to shutil.rmtree in noxfile.py.