From abadfcde10dca256041fb9fd8a3ea930f7d1a3ff Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 4 Aug 2020 04:28:47 +0000 Subject: [PATCH] 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 --- dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild | 2 ++ dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild index 6687c9c45aa70..7cf55716208bc 100644 --- a/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-0.14.4.ebuild @@ -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}" diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild index 37bcbc7c75045..180866d812cb5 100644 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild @@ -23,4 +23,3 @@ RDEPEND=" # No tests for now # Need unpackaged: executing, fakeredis -RESTRICT="test"