From d90bef44cc2c0a84b300b730e5fddb22b9287c1d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 24 Jul 2017 09:31:16 -0300 Subject: [PATCH] Update changelog file for #2510 --- changelog/2510.bugfix | 1 + changelog/2611.bugfix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog/2510.bugfix delete mode 100644 changelog/2611.bugfix diff --git a/changelog/2510.bugfix b/changelog/2510.bugfix new file mode 100644 index 000000000..e6fcb7c74 --- /dev/null +++ b/changelog/2510.bugfix @@ -0,0 +1 @@ +Fix terminal color changing to black on Windows if ``colorama`` is imported in a ``conftest.py`` file. diff --git a/changelog/2611.bugfix b/changelog/2611.bugfix deleted file mode 100644 index a491ce959..000000000 --- a/changelog/2611.bugfix +++ /dev/null @@ -1 +0,0 @@ -Early import colorama so that it get's the correct terminal.