pytest/debian
su-fang 200a962388 Apply patchs:
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
2023-02-15 10:04:16 +08:00
..
patches Import Debian changes 7.2.1-ok1 2023-02-15 09:59:25 +08:00
source changed debian/source/format to native 2023-02-15 09:59:30 +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 Apply patchs: 2023-02-15 10:04:16 +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.