File: contextlib-and-nested-with-statements-2747a9ebb9a5bfd7.yaml

package info (click to toggle)
python-os-vif 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: python: 5,428; makefile: 25; sh: 2
file content (6 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
fixes:
  - The use of contextlib and  with nested statements is deprecated.
    "with nested" statements are not python 3 compatible as with statement now directly
    support context managers. The use of contextlib and "with nested" statements has
    been removed from all unittests in favor of the @mock decorator syntax.