Skip to content

Commit cb57bcc

Browse files
Duncan BettsDuncan Betts
authored andcommitted
Add hint of Issue pytest-dev#478 to error text
1 parent f05bc4f commit cb57bcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
3.0.5.dev0
22
==========
33

4-
*
4+
* Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_.
55

66
* An error message is now displayed if ``--confcutdir`` is not a valid directory, avoiding
77
subtle bugs (`#2078`_).
@@ -11,12 +11,12 @@
1111
* Cope gracefully with a .pyc file with no matching .py file (`#2038`_). Thanks
1212
`@nedbat`_.
1313

14-
* Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_.
15-
1614
*
1715

16+
.. _@DuncanBetts: https://github.com/DuncanBetts
1817
.. _@nedbat: https://github.com/nedbat
1918

19+
.. _#478: https://github.com/pytest-dev/pytest/issues/478
2020
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
2121
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
2222

0 commit comments

Comments
 (0)