guru/dev-python/b2sdk/files/b2sdk-1.2.0-skip-integration-test.patch
Wolfgang E. Sanyer ec6a473f4f
dev-python/b2sdk: new package, dep of b2
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
2021-01-03 21:14:53 -05:00

13 lines
467 B
Diff

diff --git a/test/integration/test_raw_api.py b/test/integration/test_raw_api.py
index e6cd288..ec89604 100644
--- a/test/integration/test_raw_api.py
+++ b/test/integration/test_raw_api.py
@@ -15,6 +15,7 @@ from b2sdk import raw_api
# TODO: move the test_raw_api test logic here
+@pytest.mark.skip(reason="Cannot do this in portage")
def test_raw_api():
application_key_id = os.environ.get('B2_TEST_APPLICATION_KEY_ID')
if application_key_id is None: