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