summaryrefslogtreecommitdiff
path: root/dev-python/pooch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-27 18:20:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-27 18:20:01 +0000
commit074bd56693f106fd6a9ed2e6e44cfa50dff79e83 (patch)
tree429c2efd67050b943548a721e3876b03042218fe /dev-python/pooch
parentc1f2af78d7929d71d43cf63191638ede4ba5b853 (diff)
downloadbaldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.tar.gz
baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.tar.xz
baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.zip
Adding metadata
Diffstat (limited to 'dev-python/pooch')
-rw-r--r--dev-python/pooch/pooch-1.7.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pooch/pooch-1.7.0.ebuild b/dev-python/pooch/pooch-1.7.0.ebuild
index b835d03c13cb..9303d77889c2 100644
--- a/dev-python/pooch/pooch-1.7.0.ebuild
+++ b/dev-python/pooch/pooch-1.7.0.ebuild
@@ -29,7 +29,6 @@ BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
dev-python/paramiko[${PYTHON_USEDEP}]
- dev-python/pytest-localftpserver[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
)
"
@@ -39,6 +38,9 @@ EPYTEST_DESELECT=(
pooch/tests/test_core.py::test_check_availability_invalid_downloader
pooch/tests/test_core.py::test_load_registry_from_doi
pooch/tests/test_core.py::test_load_registry_from_doi_zenodo_with_slash
+ # dev-python/pytest-localftpserver -> dev-python/pyftpdlib has py3.12 issues
+ # https://github.com/giampaolo/pyftpdlib/issues/560#issuecomment-971377238
+ pooch/tests/test_core.py::test_check_availability_on_ftp
pooch/tests/test_downloaders.py::test_invalid_doi_repository
pooch/tests/test_downloaders.py::test_doi_url_not_found
pooch/tests/test_downloaders.py::test_figshare_url_file_not_found