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:
Sam James
2020-08-04 04:28:47 +00:00
parent 3e5abb5bb7
commit abadfcde10
2 changed files with 2 additions and 1 deletions

View File

@@ -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}"

View File

@@ -23,4 +23,3 @@ RDEPEND="
# No tests for now
# Need unpackaged: executing, fakeredis
RESTRICT="test"