diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-27 18:20:01 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-06-27 18:20:01 +0000 |
| commit | 074bd56693f106fd6a9ed2e6e44cfa50dff79e83 (patch) | |
| tree | 429c2efd67050b943548a721e3876b03042218fe /dev-python/pooch | |
| parent | c1f2af78d7929d71d43cf63191638ede4ba5b853 (diff) | |
| download | baldeagleos-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.ebuild | 4 |
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 |
