mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/mccabe: use py.test to run tests
This way testsuite actually works on Python < 3.5 because pytest decorators are respected properly. Package-Manager: portage-2.2.27
This commit is contained in:
@@ -29,5 +29,5 @@ src_prepare() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
${EPYTHON} test_mccabe.py || die
|
||||
py.test -v || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user