From 72450408ed55bf4ed852a4df25b68ee41fca6433 Mon Sep 17 00:00:00 2001 From: Oliver Bestwalter Date: Sat, 25 Jun 2016 16:00:49 +0200 Subject: [PATCH] add changes in CHANGELOG.rst --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b5b6ec81d..804707f27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -47,6 +47,11 @@ `#1629`_. Thanks `@obestwalter`_ and `@davehunt`_ for the complete PR (`#1633`_) +* Remove all py.test-X* entry points. The versioned, suffixed entry points + were never documented and a leftover from a pre-virtualenv era. They were + also broken for wheels, so removing these entry points also removes a + potential source of confusion. + **Changes** * Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like