mirror of https://gitee.com/openkylin/pytest.git
![]() 0002-Use-local-intersphinx-mappings.patch From: Sebastian Ramacher <sramacher@debian.org> Date: Thu, 14 Jul 2016 23:01:01 +0200 Subject: Use local intersphinx mappings 0005-Drop-sphinxcontrib_trio-extension.patch From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org> Date: Fri, 15 Jun 2018 13:43:56 +0200 Subject: Drop sphinxcontrib_trio extension 0006-Disable-sphinx-extensions.patch From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org> Date: Sun, 3 Nov 2019 15:47:11 -0800 Subject: Disable some of Sphinx extensions which we don't have in Debian |
||
---|---|---|
.. | ||
patches | ||
source | ||
upstream | ||
README.Debian | ||
changelog | ||
clean | ||
control | ||
copyright | ||
python-pytest-doc.doc-base | ||
python-pytest-doc.docs | ||
python-pytest-doc.links | ||
python3-pytest.docs | ||
python3-pytest.links | ||
python3-pytest.manpages | ||
rules | ||
watch |
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.