dev-python/btlewrap: Drop nose based tests
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
bfb4a9429c
commit
c5a0dd5cc3
@ -14,8 +14,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="test"
|
# Some(sic!) tests need nose which is getting cleaned from main tree.
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="test"
|
||||||
|
|
||||||
DOCS="README.rst"
|
DOCS="README.rst"
|
||||||
|
|
||||||
@ -31,5 +31,4 @@ src_prepare() {
|
|||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
distutils_enable_tests nose
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user