Closed regro-cf-autotick-bot closed 1 year ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
Windows doesn't like https://github.com/python-pillow/Pillow/commit/472eb666833f97e5d44364a1e80dec355623451e
=================================== ERRORS ====================================
_______________ ERROR collecting tests/oss-fuzz/test_fuzzers.py _______________
ImportError while importing test module '%SRC_DIR%\tests\oss-fuzz\test_fuzzers.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\_test_env\Lib\importlib\__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests\oss-fuzz\test_fuzzers.py:9: in <module>
from Tests.helper import skip_unless_feature
E ModuleNotFoundError: No module named 'Tests'
=========================== short test summary info ===========================
ERROR tests/oss-fuzz/test_fuzzers.py
!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
================== 5 skipped, 3 deselected, 1 error in 5.43s ==================
This is a bit ironic because that module is skipped on windows immediately after the import anyway. I'm deleting that test for now.
CC @radarhere
Welp, removing this test module breaks the imports somehow...
import: 'PIL'
import: 'PIL.Image'
Invalid switch - "oss-fuzz".
Revert it is then...
Hi! This is the friendly conda-forge automerge bot!
I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day!
Windows doesn't like python-pillow/Pillow@472eb66
I don't expect the problem to occur on all Windows environments, since it passes in our GitHub Actions and AppVeyor jobs.
Investigating, I found that it passed if from Tests.helper import skip_unless_feature
was changed to from tests.helper import skip_unless_feature
- the issue is that the directory name becomes lowercase in Azure pipelines.
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have theconda-forge-admin
add it for you.Pending Dependency Version Updates
Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.
Dependency Analysis
We couldn't run dependency analysis due to an internal error in the bot, depfinder, or grayskull. :/ Help is very welcome!
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6523319754, please use this URL for debugging.