[build] type = "python" [dependencies] build = [ "python-setuptools-scm", "python-setuptools", "python-wheel", "git" ] runtime = [ "python-iniconfig", "python-packaging", "python-pluggy", "python-pygments", ] [package] description = "Simple powerful testing with Python" homepage = "https://docs.pytest.org/" license = "MIT" name = "python-pytest" version = "9.0.2" [[source]] extract_dir = "$name-$version" url = "https://github.com/pytest-dev/pytest.git#$version"