See tracker.
Upstream has already dropped nose requirements for the next release: https://github.com/braintree/braintree_python/pull/146
4.18.0 is out but it doesn't seem that the tests work without Internet access.
(In reply to Michał Górny from comment #2) > 4.18.0 is out but it doesn't seem that the tests work without Internet > access. For me the unit part the tests do not require internet access and of course the integration part requires it.
Can you run just the unit tests then? (Or possibly conditionally run more if PROPERTIES contains test_network?)
(In reply to Sam James from comment #4) > Can you run just the unit tests then? It is already the case: `nosetests -v tests/unit` and the test passes with FEATURES="network-sandbox". > (Or possibly conditionally run more if PROPERTIES contains test_network?) I do not understand what you mean. PROPERTIES is for the definition of the ebuild.
Oh, yes, thanks!
(In reply to Cédric Krier from comment #3) > (In reply to Michał Górny from comment #2) > > 4.18.0 is out but it doesn't seem that the tests work without Internet > > access. > > For me the unit part the tests do not require internet access and of course > the integration part requires it. Right, my bad. Let's keep the bug open until the old version is removed.
(In reply to Michał Górny from comment #7) > (In reply to Cédric Krier from comment #3) > > (In reply to Michał Górny from comment #2) > > > 4.18.0 is out but it doesn't seem that the tests work without Internet > > > access. > > > > For me the unit part the tests do not require internet access and of course > > the integration part requires it. > > Right, my bad. > > Let's keep the bug open until the old version is removed. I'm currently updating to Python 3.11 to bump the package and include Python 3.11 and remove nose.
commit 20d65fc41c9e3b180b8363d7838fa10b1e682779 Author: Cédric Krier <cedk@gentoo.org> AuthorDate: 2023-01-12 14:38:26 +0100 Commit: Cédric Krier <cedk@gentoo.org> CommitDate: 2023-01-12 14:42:11 +0100 dev-python/braintree: add 4.18.0, drop 4.17.1 I'm guessing it hit Bugzilla downtime.