File: pytest-httpserver-listen-address-scope-change-0c1aa457e20cae83.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (8 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
---
upgrade:
  - |
    **Breaking change**: The scope of ``httpserver_listen_address`` fixture changed from **function**
    to **session**. This is a requirement to implement the other features listed
    in this release. See the `upgrade guide
    <https://pytest-httpserver.readthedocs.io/en/latest/upgrade.html>`_ for the
    details.