From 71527072801b6d83db168996529be1e76ce96bc4 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 6 Feb 2018 08:54:44 -0200 Subject: [PATCH] Update changelog entry to "trivial" as it is a temporary workaround I think this is a more appropriate category given that the underlying problem still exists --- changelog/985.bugfix | 1 - changelog/985.trivial | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/985.bugfix create mode 100644 changelog/985.trivial diff --git a/changelog/985.bugfix b/changelog/985.bugfix deleted file mode 100644 index cf4c2fe2c..000000000 --- a/changelog/985.bugfix +++ /dev/null @@ -1 +0,0 @@ -Skip failing pdb/doctest test on mac. \ No newline at end of file diff --git a/changelog/985.trivial b/changelog/985.trivial new file mode 100644 index 000000000..8554f2b65 --- /dev/null +++ b/changelog/985.trivial @@ -0,0 +1 @@ +Skip failing pdb/doctest test on mac.