Skip to content

Commit

Permalink
sys-block/bmap-tools: neuter tests until PR is ready
Browse files Browse the repository at this point in the history
* Intel archived their repo and yocto peeps are now maintaining it
* needs a PR with pep517 packaging for tox workflows

Signed-off-by: Steve Arnold <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed Apr 5, 2024
1 parent 538f609 commit f109b65
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions sys-block/bmap-tools/bmap-tools-3.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..11} )

inherit distutils-r1

Expand Down Expand Up @@ -43,13 +43,4 @@ RDEPEND="
DOCS=( "${S}/docs/README" )

# tests are hanging using default below
RESTRICT="!test? ( test )"

distutils_enable_tests nose

python_test() {
# remaining tests involve way too much file I/O
nosetests -sx --verbosity=3 --detailed-errors \
tests/test_bmap_helpers.py \
tests/test_compat.py || die "Tests fail with ${EPYTHON}"
}
RESTRICT="test"

0 comments on commit f109b65

Please sign in to comment.