regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

initialization #156

Closed scopatz closed 5 years ago

mariusvniekerk commented 5 years ago

LGTM?

This seems to be failing on sphinx things?

gforsyth commented 5 years ago

Seems like the conda_forge activity expects github3.py to be installed but it isn't by default: https://github.com/regro/rever/blob/master/rever/activities/conda_forge.xsh#L6

scopatz commented 5 years ago

Good eye @gforsyth! Hopefully this fixes it!

mariusvniekerk commented 5 years ago
>       del builtins.__xonsh_env__['YOU_DONT']
E       AttributeError: __delitem__
scopatz commented 5 years ago

Oh interesting, I guess our deprecation proxies aren't dispatching delitem

scopatz commented 5 years ago

Looks like it is fixed now! I'll cut a release after it is merged