PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 11th of May, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[23:13:55] <jrabbit> what ever happened to that proposal to add docs-packages as a section to pipenv?
[23:16:45] <jrabbit> I'm also very confused wrt what's holding up a pipenv release?
[23:17:29] <jrabbit> i've had build times increase a ton due to pipenv reliably failing to install on the first go round and then it has to try again for like 1/5th of my dependencies
[23:25:50] <jrabbit> Yeah hmmm I'm trying to keep all my docs deps in Pipfile but want sphinx 2 on py3 and sphinx <2 on py2, the obvious method doesn't work as you can't have two keys named the same thing in a toml file
[23:26:11] <jrabbit> since there's no docs environment in the stable pipenv atleast
[23:31:13] <jrabbit> https://github.com/pypa/pipenv/issues/2171 looks like there's no support for that which i guess makes sense it's a bad solution to a bad problem