From ef1442b187c04d8cd06ecd6adcb2c63a06637e73 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Sat, 27 Oct 2018 11:37:01 +0100 Subject: Add changelog entry for PR #1531 --- changelog.d/1531.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1531.misc.rst diff --git a/changelog.d/1531.misc.rst b/changelog.d/1531.misc.rst new file mode 100644 index 00000000..cc51940d --- /dev/null +++ b/changelog.d/1531.misc.rst @@ -0,0 +1 @@ +Converted Python version-specific tests to use ``skipif`` instead of ``xfail``, and removed Python 2.6-specific code from the tests. -- cgit v1.2.1