File: conftest.py

package info (click to toggle)
cmyt 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,332 kB
  • sloc: python: 4,285; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (2)
1
2
3
4
5
import matplotlib


def pytest_configure(config):
    matplotlib.use("Agg")