Anderson Bravalheri
Anderson Bravalheri
The following warning/error also shows up with 7.0.1: ``` E pytest.PytestWarning: Flake8Item is an Item subclass and should not be a collector, however its bases File are collectors. E Please...
Hello, thank you very much for DVC 📦 I was searching for how to use DVC with SharePoint/OneDrive and stumbled upon this issue. I wonder if there is any documentation...
Hi @beardedeagle, thank you for the message. Before rushing to fix the conflicts, did you had the chance to have a quick look at the proposed changes? Do they make...
Thanks @henryiii, I will check!
Ok, I tried the following: ```bash % PYBIND11_GLOBAL_SDIST=1 .python -m buildls dist % ls dist pybind11-2.10.0.dev1.tar.gz pybind11_global-2.10.0.dev1-py3-none-any.whl ``` and I noticed the names of the files produced... The `sdist` name...
@henryiii, I think that for `pybind11_global` you will have to edit `pyproject.toml` before running the build 😅
> ``` > E - 'pybind11_global.egg-info/not-zip-safe', > ``` > > is missing with the TOML config. I added a test case for that in https://github.com/pypa/setuptools/pull/3068/commits/ed73bc52fde8d3106295f24b9a45dea8292374bd. Let's see what happens with...
I updated the PR to reflect the changes discussed in https://discuss.python.org/t/help-testing-experimental-features-in-setuptools/13821/59, regarding the handling of `license` to better complain with PEP 621.
Hi @soutaro, thank you very much for your feedback. I do think delegation makes a ton of sense and covers a lot of ground. Just a question: does it mean...
An update from the Python community: After starting with a very similar approach (of assuming uniform rest/variadic args) and facing the problems listed in the first comment of this thread,...