summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHenk-Jaap Wagenaar <wagenaarhenkjaap@gmail.com>2018-01-06 22:15:06 +0000
committerHenk-Jaap Wagenaar <wagenaarhenkjaap@gmail.com>2018-01-06 22:15:06 +0000
commitd7e1f037d971c5eab735268a7e86d3aaa7250de6 (patch)
tree3bb947fccf53de1e0246ce114e4594677b00bc84 /CHANGELOG.rst
parent29ff9301d841b6cfecb976225dffc6ddc77d199b (diff)
downloadpytest-d7e1f037d971c5eab735268a7e86d3aaa7250de6.tar.gz
Fix issue 2985 blurb in changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 210f43b13..b72db97a9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -21,8 +21,7 @@ Bug Fixes
by the garbage collector. (`#2981
<https://github.com/pytest-dev/pytest/issues/2981>`_)
-- Fix conversion of pyargs to filename to not convert symlinks and not use
- deprecated features on Python 3. (`#2985
+- Fix conversion of pyargs to filename to not convert symlinks on Python 2. (`#2985
<https://github.com/pytest-dev/pytest/issues/2985>`_)
- ``PYTEST_DONT_REWRITE`` is now checked for plugins too rather than only for