-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zarr v2.9.2 #50
zarr v2.9.2 #50
Conversation
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 ( |
@joshmoore it looks like we have some test failures related to missing self = <zarr.storage.DirectoryStore object at 0x7f239973a130>, key = '.zarray'
def __getitem__(self, key):
key = self._normalize_key(key)
filepath = os.path.join(self.path, key)
if os.path.isfile(filepath):
return self._fromfile(filepath)
else:
> raise KeyError(key)
E KeyError: '.zarray' |
Yup, but I don't know what they are. sigh I'll start again tomorrow unless some enterprising (and compassionate) soul tracks down the issue before I'm up. |
Ok no worries. Haven't caught up with all the recent changes. So just wanted to reach out in case there was something simple I was missing |
👍 Do you have a tip/link/example of running the conda-forge build against a non-standard branch? |
Yep I pushed a commit above that tests with |
Oh dear, I'm sorry that my 'fix' in zarr-developers/zarr-python#821 was only raising false hope. I'll lend a hand tomorrow (UK time), if I can be useful. |
No worries. Thanks for helping out 🙂 |
Ah, I think I see the problem. I had missed the So a solution begins to look like one of the following:
I much prefer the former, as it seems unnecessary to add the burden of a directory of regression data to every user's Zarr installation, which will be useless clutter to most. |
Ah, 🤦🏽 Moin, both. At this point, I can see going with the generation strategy, but a warning is that in the midst of the @jakirkham et al, building from the installed package root is a must? |
Ah, so here's why other tests pass without fixture present:
Interestingly, though, if I re-generate, there's a pretty sizable diff. I'll introduce a similar strategy for consistency, and then we can re-evaluate. |
Local build passes with:
Closing this and I'll get a 2.9.3 release out today. |
* test_dim_separator.py Generate fixtures when needed see: conda-forge/zarr-feedstock#50 * Correct flake8 issues * Add 'pragma: no cover' to the one-off
* test_dim_separator.py Generate fixtures when needed see: conda-forge/zarr-feedstock#50 * Correct flake8 issues * Add 'pragma: no cover' to the one-off
It is very likely that the current package version for this feedstock is out of date.
Notes for merging this PR:
Checklist before merging this PR:
license_file
is packagedNote that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
NEW: If you want these PRs to be merged automatically, make an issue with
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!If this PR was opened in error or needs to be updated please add the
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@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.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. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (
conda install -c conda-forge rever
) and pip (pip install re-ver
) installable.Finally, feel free to drop us a line if there are any issues!
This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1163635796, please use this URL for debugging
Dependency Analysis
Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add
bot: inspection: false
to yourconda-forge.yml
. If you encounter issues with this feature please ping the bot teamconda-forge/bot
.Analysis of the source code shows a discrepancy between the library's imports and the package's stated requirements in the meta.yaml.
Packages found by inspection but not in the meta.yaml: