summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Waxweiler <madigens@gmail.com>2018-10-27 11:37:01 +0100
committerPaul Ganssle <paul@ganssle.io>2018-10-27 07:36:01 -0400
commitef1442b187c04d8cd06ecd6adcb2c63a06637e73 (patch)
tree6d5e07e90589e14f63d07f43c4ae1d257c855324
parent98056a680fde6bede9ce4c159b72d1ac01bf9067 (diff)
downloadpython-setuptools-git-ef1442b187c04d8cd06ecd6adcb2c63a06637e73.tar.gz
Add changelog entry for PR #1531
-rw-r--r--changelog.d/1531.misc.rst1
1 files changed, 1 insertions, 0 deletions
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.