dev-python/b2sdk: clean up some redundant code

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
Wolfgang E. Sanyer
2024-06-04 20:26:06 -04:00
parent 79d97aa02e
commit 5dfb9a3f05
2 changed files with 9 additions and 32 deletions

View File

@@ -45,8 +45,3 @@ EPYTEST_DESELECT=(
# can't typically work in the sandbox
test/integration
)
python_test() {
# https://github.com/Backblaze/b2-sdk-python/issues/488
epytest test
}