mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-python/b2sdk: clean up some redundant code
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
@@ -38,30 +38,12 @@ BDEPEND+=" test? (
|
|||||||
')
|
')
|
||||||
)"
|
)"
|
||||||
|
|
||||||
# These tests seem to require some b2 authentication (they're integration tests
|
EPYTEST_DESELECT=(
|
||||||
# so this is not unreasonable)
|
test/integration/test_large_files.py::TestLargeFile::test_large_file
|
||||||
python_test() {
|
test/integration/test_raw_api.py::test_raw_api
|
||||||
# note: used to avoid an ExcessiveLineLength lint below.
|
test/integration/test_download.py
|
||||||
local sqlite_test_path="test/unit/account_info/test_sqlite_account_info.py"
|
test/integration/test_upload.py
|
||||||
|
test/unit/account_info/test_sqlite_account_info.py
|
||||||
# https://github.com/Backblaze/b2-sdk-python/issues/488
|
test/unit/b2http/test_b2http.py::TestSetLocaleContextManager::test_set_locale_context_manager \
|
||||||
epytest \
|
test/integration/test_file_version_attributes.py
|
||||||
--deselect test/integration/test_large_files.py::TestLargeFile::test_large_file \
|
)
|
||||||
--deselect test/integration/test_raw_api.py::test_raw_api \
|
|
||||||
--deselect test/integration/test_download.py::TestDownload::test_large_file \
|
|
||||||
--deselect test/integration/test_download.py::TestDownload::test_small \
|
|
||||||
--deselect test/integration/test_download.py::TestDownload::test_small_unverified \
|
|
||||||
--deselect test/integration/test_download.py::TestDownload::test_gzip \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_invalid_profile_name \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_profile_and_file_name_conflict \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_profile_and_env_var_conflict \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_profile_and_xdg_config_env_var \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_profile \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_file_name \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_env_var \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_default_file_if_exists \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_xdg_config_env_var \
|
|
||||||
--deselect ${sqlite_test_path}::TestSqliteAccountProfileFileLocation::test_default_file \
|
|
||||||
--deselect test/unit/b2http/test_b2http.py::TestSetLocaleContextManager::test_set_locale_context_manager \
|
|
||||||
test/unit
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -45,8 +45,3 @@ EPYTEST_DESELECT=(
|
|||||||
# can't typically work in the sandbox
|
# can't typically work in the sandbox
|
||||||
test/integration
|
test/integration
|
||||||
)
|
)
|
||||||
|
|
||||||
python_test() {
|
|
||||||
# https://github.com/Backblaze/b2-sdk-python/issues/488
|
|
||||||
epytest test
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user