-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
testpath v0.4.1 #6
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 ( |
@conda-forge-admin, please rerender |
Noarch chokes because there's a Windows binary executable in there as a data file. This is only used on Windows. I actually made a separate |
@conda-forge-admin, please rerender |
OK. BTW, do you have a better solution for |
The I don't have a great answer for using flit for this, or for when pip uses PEP 517. Flit is designed that you can use it from Python 3 to install into a Python 2 environment, but that's tricky to arrange for a conda build. |
We don't invoke it directly, we use
in https://travis-ci.org/conda-forge/testpath-feedstock/jobs/434327644#L448 |
Ah, I see. That's a bug with flit. I think I can fix that soon. |
OK. We can re-enable |
I've just released 0.4.2, using a development version of flit which hopefully has that bug fixed. Let me know how it goes. (Also, I got round to changing the license from MIT to BSD - I don't know if the bot will apply that to conda automatically) |
The bot does not handle metadata updates yet. |
I think this may solve the error at https://travis-ci.org/jupyterlab/jupyter-renderers/builds/437449573#L431. See conda-forge/testpath-feedstock#6 and conda-forge/testpath-feedstock#8 for details. Once testpath 4.2 is released, hopefully this is fixed.
Immediately, this solves the error at https://travis-ci.org/jupyterlab/jupyter-renderers/builds/437449573#L431. See conda-forge/testpath-feedstock#6 and conda-forge/testpath-feedstock#8 for details. In general, I think it's good to test against the open conda-forge packages.
It is very likely that the current package version for this feedstock is out of date.
Notes and instructions for merging this PR:
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.This PR was created by the cf-regro-autotick-bot.
The cf-regro-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!