PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Thursday the 19th of November, 2020

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:35:49] <travis-ci> pypa/pip#18481 (master - 5eae3c9 : Pradyun Gedam): The build was fixed.
[00:35:49] <travis-ci> Change view : https://github.com/pypa/pip/compare/c09549caff5b8ddace8769c41c3b6a86e453867e...5eae3c9235545c67d87959eb0bdb38f10d2a8c5b
[00:35:49] <travis-ci> Build details : https://travis-ci.com/pypa/pip/builds/202601574
[10:43:35] <travis-ci> pypa/pip#18482 (master - 1587170 : Pradyun Gedam): The build passed.
[10:43:35] <travis-ci> Change view : https://github.com/pypa/pip/compare/5eae3c923554...15871707f614
[10:43:35] <travis-ci> Build details : https://travis-ci.com/pypa/pip/builds/202681800
[18:20:26] <cooperlees> pip CI is the most talkative in here these days
[18:20:45] <cooperlees> And very high % of pradyunsg
[18:20:48] <cooperlees> commits
[18:23:36] <travis-ci> pypa/pip#18487 (master - 0006f12 : Pradyun Gedam): The build passed.
[18:23:36] <travis-ci> Change view : https://github.com/pypa/pip/compare/15871707f614...0006f129260e
[18:23:36] <travis-ci> Build details : https://travis-ci.com/pypa/pip/builds/202855167
[18:24:46] <pradyunsg> 😅
[18:27:09] <PSFSlack> <di> cooperlees: https://github.com/pypa/pip/pull/9150
[18:28:01] <cooperlees> I wasn't saying it was to noisy
[18:28:55] <cooperlees> Does feel like a more #pip thing tho or if there is such a thing
[18:29:10] <cooperlees> bandersnatch spams #bandersnatch
[18:29:39] <pradyunsg> @di :P
[18:30:17] <cooperlees> fastest pip merge I've ever seen
[23:01:41] <CustosLimen> hi
[23:02:48] <CustosLimen> so I have a poetry project here that I want to: pip install -e .
[23:03:01] <CustosLimen> so I do: poetry build --format sdist && tar -xvf dist/*.tar.gz -O '*/setup.py' > setup.py && pip3 install --no-use-pep517 --user --editable .;
[23:03:14] <CustosLimen> but then I get: ERROR: Disabling PEP 517 processing is invalid: project specifies a build backend of poetry.masonry.api in pyproject.toml
[23:03:25] <CustosLimen> and I see this: https://github.com/pypa/pip/issues/6314
[23:03:33] <CustosLimen> I don't get why
[23:03:39] <CustosLimen> like I can see from the code
[23:04:04] <CustosLimen> but why does it even look at pyproject.toml at all
[23:04:38] <CustosLimen> like if I say --no-use-pep517 should it not just completely ignore it?