File: fix-log-leak-ee94a826d75173f1.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 (5 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
---
fixes:
  - |
    Fixed an issue related to the leak of httpserver state between the tests
    when httpserver is destructed before the other fixtures. `#352 <https://github.com/csernazs/pytest-httpserver/issues/352>`_