mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/sentry-sdk: shift test restriction
The restriction was intended for the earlier version. This version will get cleaned up after a few days, but the tests can't run with the current *_test implementation anyway - they fail because src/ doesn't exist. There are other problems with running tests in the latest version, but we will get there eventually by packaging some dependencies. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -22,6 +22,8 @@ RDEPEND="
|
||||
dev-python/certifi
|
||||
"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
cd "${S}"/src || die
|
||||
"${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
|
||||
|
||||
@@ -23,4 +23,3 @@ RDEPEND="
|
||||
|
||||
# No tests for now
|
||||
# Need unpackaged: executing, fakeredis
|
||||
RESTRICT="test"
|
||||
|
||||
Reference in New Issue
Block a user