commit: 3117bdf5d8476d33b8fd73f992881c96452b8335 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 4 03:43:03 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 4 03:43:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3117bdf5
dev-python/sentry-sdk: restrict tests Default test runner fails and we have unpackaged dependencies anyway. We can return to this once executing and fakeredis are in tree. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 1 + 1 file changed, 1 insertion(+) 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 180866d812c..37bcbc7c750 100644 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild @@ -23,3 +23,4 @@ RDEPEND=" # No tests for now # Need unpackaged: executing, fakeredis +RESTRICT="test"