Anonimize attrs links
This commit is contained in:
parent
9d297c06e8
commit
e380d4306b
|
@ -157,7 +157,7 @@ Features
|
||||||
will not issue the warning.
|
will not issue the warning.
|
||||||
|
|
||||||
|
|
||||||
- `#3632 <https://github.com/pytest-dev/pytest/issues/3632>`_: Richer equality comparison introspection on ``AssertionError`` for objects created using `attrs <http://www.attrs.org/en/stable/>`_ or `dataclasses <https://docs.python.org/3/library/dataclasses.html>`_ (Python 3.7+, `backported to 3.6 <https://pypi.org/project/dataclasses>`_).
|
- `#3632 <https://github.com/pytest-dev/pytest/issues/3632>`_: Richer equality comparison introspection on ``AssertionError`` for objects created using `attrs <http://www.attrs.org/en/stable/>`__ or `dataclasses <https://docs.python.org/3/library/dataclasses.html>`_ (Python 3.7+, `backported to 3.6 <https://pypi.org/project/dataclasses>`__).
|
||||||
|
|
||||||
|
|
||||||
- `#4278 <https://github.com/pytest-dev/pytest/issues/4278>`_: ``CACHEDIR.TAG`` files are now created inside cache directories.
|
- `#4278 <https://github.com/pytest-dev/pytest/issues/4278>`_: ``CACHEDIR.TAG`` files are now created inside cache directories.
|
||||||
|
@ -1983,7 +1983,7 @@ Bug Fixes
|
||||||
Trivial/Internal Changes
|
Trivial/Internal Changes
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
- pytest now depends on `attrs <https://pypi.org/project/attrs/>`_ for internal
|
- pytest now depends on `attrs <https://pypi.org/project/attrs/>`__ for internal
|
||||||
structures to ease code maintainability. (`#2641
|
structures to ease code maintainability. (`#2641
|
||||||
<https://github.com/pytest-dev/pytest/issues/2641>`_)
|
<https://github.com/pytest-dev/pytest/issues/2641>`_)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue