pytest: Simple powerful testing with Python#
Description#
pytest: simple powerful testing with Python
License#
MIT
Upstream Contact#
Type#
optional
Dependencies#
Version Information#
requirements.txt:
pytest
Equivalent System Packages#
$ conda install pytest
$ sudo port install py-pytest
$ sudo xbps-install python3-pytest
See https://repology.org/project/python:pytest/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.