pytest/debian
sufang e3835f9001 Import Debian changes 7.2.1-ok1
pytest (7.2.1-ok1) yangtze; urgency=medium

  * Build for openkylin.
2023-02-15 09:59:25 +08:00
..
patches Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
source Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
upstream Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
README.Debian Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
changelog Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
clean Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
control Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
copyright Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
python-pytest-doc.doc-base Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
python-pytest-doc.docs Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
python-pytest-doc.links Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
python3-pytest.docs Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
python3-pytest.links Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
python3-pytest.manpages Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
rules Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
watch Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00

README.Debian

Running test suites with pytest during package build
----------------------------------------------------

Since version 3.0.0 of pytest dropped the versioned entry points py.test-X.Y,
the recommended way to execute test suites using pytest is by running

  pythonX.Y -m pytest ...

instead.