Fix duplicated link in CHANGELOG

This commit is contained in:
Bruno Oliveira 2018-03-05 07:26:38 -03:00 committed by GitHub
parent fac8208e8f
commit e8368e6c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ Bug Fixes
- Removed progress information when capture option is ``no``. (`#3203 - Removed progress information when capture option is ``no``. (`#3203
<https://github.com/pytest-dev/pytest/issues/3203>`_) <https://github.com/pytest-dev/pytest/issues/3203>`_)
- Refactor check of bindir from ``exists`` to ``isdir`` regarding `#3241 - Refactor check of bindir from ``exists`` to ``isdir``. (`#3241
<https://github.com/pytest-dev/pytest/issues/3241>`_. (`#3241
<https://github.com/pytest-dev/pytest/issues/3241>`_) <https://github.com/pytest-dev/pytest/issues/3241>`_)
- Fix ``TypeError`` issue when using ``approx`` with a ``Decimal`` value. - Fix ``TypeError`` issue when using ``approx`` with a ``Decimal`` value.