dev-python/b2sdk: drop old versions

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
Wolfgang E. Sanyer
2022-07-14 22:38:54 -04:00
parent 28c6c103f9
commit b36f603097
3 changed files with 0 additions and 54 deletions

View File

@@ -1,12 +0,0 @@
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: