File: conftest.py

package info (click to toggle)
python-noseofyeti 2.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: python: 2,581; sh: 31; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
import os

import pytest


@pytest.hookimpl()
def pytest_ignore_collect(collection_path, path, config):
    return "INNER_PYTEST_RUN" not in os.environ