mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-20 05:07:28 -08:00
Tests were already failing badly before, for unrelated reasons and this is the only package holding pytest-xdist back (I don't even think that it's actually needed for testing...). Also, make the Python project the maintainer of this package. chutzpah doesn't have a single commit for this package in the git log. Everybody but him touched that package. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
14 lines
451 B
XML
14 lines
451 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="pypi">pytest-cov</remote-id>
|
|
<remote-id type="bitbucket">memedough/pytest-cov</remote-id>
|
|
<remote-id type="github">pytest-dev/pytest-cov</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|