diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-10 19:20:10 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-10 19:20:10 +0000 |
| commit | 9f06685e927666e2e736a0a843d79acbe8339c30 (patch) | |
| tree | ca20291bd94ed22f5cdda2c5510ed95675ed0a39 /dev-python/scikit-image | |
| parent | a2cd16f12164d7c2f32da9256589185cd6a9c5e2 (diff) | |
| download | baldeagleos-repo-9f06685e927666e2e736a0a843d79acbe8339c30.tar.gz baldeagleos-repo-9f06685e927666e2e736a0a843d79acbe8339c30.tar.xz baldeagleos-repo-9f06685e927666e2e736a0a843d79acbe8339c30.zip | |
Adding metadata
Diffstat (limited to 'dev-python/scikit-image')
| -rw-r--r-- | dev-python/scikit-image/scikit-image-0.26.0_rc1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/scikit-image/scikit-image-0.26.0_rc1.ebuild b/dev-python/scikit-image/scikit-image-0.26.0_rc1.ebuild index 24e2e5aed46a..7b68dd6defe6 100644 --- a/dev-python/scikit-image/scikit-image-0.26.0_rc1.ebuild +++ b/dev-python/scikit-image/scikit-image-0.26.0_rc1.ebuild @@ -54,6 +54,9 @@ distutils_enable_tests pytest #distutils_enable_sphinx doc/source dev-python/numpydoc dev-python/myst-parser src_test() { + # just useless formatter replacement + rm tests/conftest.py || die + # for some reason, upstream refetches data that's already in the tarball # sigh mkdir -p "${HOME}/.cache/scikit-image" || die @@ -71,7 +74,7 @@ src_test() { cp pivchallenge/B/B001_2.tif "${cache_dir}"/pivchallenge-B-B001_2.tif || die cp kidney-tissue-fluorescence.tif "${cache_dir}"/kidney.tif || die cp lily-of-the-valley-fluorescence.tif "${cache_dir}"/lily.tif || die - cp astronaut_rl.npy "${cache_dir}/../restoration/tests/" || die + cp astronaut_rl.npy "${cache_dir}/../restoration/" || die popd > /dev/null || die distutils-r1_src_test @@ -81,12 +84,10 @@ python_test() { local EPYTEST_DESELECT=( # tests for downloading all data files, including these not needed # by any actual tests - data/tests/test_data.py::test_download_all_with_pooch - # hangs? TODO - graph/tests/test_rag.py::test_reproducibility + tests/skimage/data/test_data.py::test_download_all_with_pooch ) - epytest --pyargs skimage -o xfail_strict=False + epytest } pkg_postinst() { |
