File: py.test-2-4e7735793288ea2d.yaml

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
file content (7 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
prelude: >
  Fix py.test plugin with py.test < 3.0
fixes:
  - The py.test plugin was broken when using py.test < 3.0. The version of
    py.test that ships in EPEL is only 2.7 so we need to make sure we support
    at least that version.