mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 01:17:27 -08:00
A new pytest plugin to check whether Python modules can be imported. It is meant to provide a fallback distutils_enable_tests option for packages with no tests. Signed-off-by: Michał Górny <mgorny@gentoo.org>
14 lines
420 B
XML
14 lines
420 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">projg2/pytest-import-check</remote-id>
|
|
<remote-id type="pypi">pytest-import-check</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|