Michał Górny
Michał Górny
### Version - [x] latest ### version ``` $ ./target/debug/lsd --version lsd 1.1.5 ``` But strictly speaking, it's 4d58400b60156f6ebdc9cbcb1808a0bd7cafe643. ### What OS are you seeing the problem on? Linux ###...
Collecting next batch. CC @gentoo/python
While installing nbclassic-1.3.0 from a source distribution, different files would be installed to the system, depending on the directory to which the distribution was unpacked. After some investigation in https://github.com/jupyter/nbclassic/issues/336,...
## Description Update `conftest.py` to use `tomllib` in Python 3.11+, and `tomli` otherwise. This removes the only remaining dependency on `tomli` for modern Python versions. This is needed since Linux...
Note that I had to remove `nose` references since it doesn't work on Python 3.10+. So to run the test suite, I first did: ```diff diff --git a/tests/unit/test_forbidden_fruit.py b/tests/unit/test_forbidden_fruit.py index...
Port the test suite to pytest, given that nose is unmaintained and does not work with modern Python versions. This is roughly based on #47, except that I've modified the...
https://github.com/AcademySoftwareFoundation/openexr/blob/66158f836335058c433653eec5a7886afe9f62f6/src/wrappers/python/openexr_skbuild_plugin.py#L103-L106 This code is unconditionally adding a dependency on `cmake` PyPI project. This is inconsistent with how `scikit-build-core` operates, as it prefers using system CMake and adds the dependency only...
Building the wheel for 3.3.1 yields the following deprecation warnings: ``` /usr/lib/pypy3.10/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/pypy3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the...
The CI is still based on PyPy 3.9, and that version is no longer released. Currently, PyPy maintains only [PyPy3.11 and PyPy3.10 (to be discontinued soon)](https://pypy.org/download.html), and `pyflakes` fails tests...
By default, `build` first builds sdist and then uses it to build wheel — which is a good way to ensure that sdist actually works. However, for projects that also...