DFSG NEW Queue

DFSG, Licensing & New Packages Team

pytest-subunit 0.0.12-1

Package Information

Descriptionpytest plugin that generates subunit output

pytest-subunit is a plugin for pytest that makes it emit its test results in the subunit v2 streaming protocol rather than pytest's own console format.

This allows pytest results to be consumed by the various subunit tools, such as subunit2junitxml or testrepository, and to be aggregated across several test runs. The plugin also supports reading a list of tests to run from a file, so that a test run can be split up across workers.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByJelmer Vernooij <jelmer@debian.org>
Sponsorjelmer@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/pytest-subunit.git (browse)
Trackerhttps://tracker.debian.org/pkg/pytest-subunit
Uploaded3 hours ago

New Package Report

.changes
DateWed, 16 Sep 2026 15:23:29 +0100
Sourcepytest-subunit
Version0.0.12-1
Changed-ByJelmer Vernooij
Architecturesource all
Distributionunstable
Changelog
pytest-subunit (0.0.12-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Package-Listpython3-pytest-subunit deb python optional arch=all
Sectionpython
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pytest-subunit
Upstream-Contact: Jelmer Vernooij <jelmer@jelmer.uk>
Source: https://github.com/jelmer/pytest-subunit

Files: *
Copyright: 2015-2017 Łukasz Oleś <lukaszoles@gmail.com>
           2017 Walter Scheper <Walter.Scheper@sas.com>
           2017 nithyag <nithyamayasaravanan@gmail.com>
           2022 Joe Gordon <jogo@pinterest.com>
           2023-2026 Jelmer Vernooij <jelmer@jelmer.uk>
License: Apache-2.0

Files: debian/*
Copyright: 2026 Jelmer Vernooij <jelmer@debian.org>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
     https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the full text of the Apache License version 2.0 can be
 found in the file /usr/share/common-licenses/Apache-2.0.

Back to Dashboard | View all reviews for this package