Source: python-pytest
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pytest-dev/pytest/tags
Vcs-Browser: https://github.com/alvistack/pytest-dev-pytest
Vcs-Git: https://github.com/alvistack/pytest-dev-pytest.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-pytest
Architecture: all
Description: Simple powerful testing with Python
 The pytest framework makes it easy to write small tests, yet scales to
 support complex functional testing for applications and libraries.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-attr (>= 19.2.0),
 python3-importlib-metadata (>= 0.12),
 python3-iniconfig,
 python3-packaging,
 python3-pluggy (>= 0.12),
 python3-py (>= 1.8.2),
 python3-tomli (>= 1.0.0),
