File: utils.py

package info (click to toggle)
pytest-bdd 7.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 540 kB
  • sloc: python: 3,535; makefile: 134
file content (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
from __future__ import annotations

import pytest
from packaging.utils import Version

# We leave this here for the future as an easy way to do feature-based testing.
PYTEST_VERSION = Version(pytest.__version__)