From c578418791466341f7b1ebce5152182ef966e239 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 3 Jul 2017 12:39:17 -0300 Subject: [PATCH] Add changelog for triple leading '/' problem. --- changelog/2475.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2475.bugfix diff --git a/changelog/2475.bugfix b/changelog/2475.bugfix new file mode 100644 index 000000000..a7144d8a8 --- /dev/null +++ b/changelog/2475.bugfix @@ -0,0 +1 @@ +Fix issue where paths collected by pytest could have triple leading ``/`` characters.