jupyter-packaging
jupyter-packaging copied to clipboard
Tools to help build and install Jupyter Python packages
Hi, I went through the code but could not understand how can run commands like setting a private registry in `setup.py` using `jupyter-packaging`. e.g. `npm config set registry https://registry.your-registry.npme.io/` for...
I see this warning when running `tests/test_skip_if_exists.py`: ``` $ pytest tests/test_skip_if_exists.py ============================================================================== test session starts ============================================================================== platform linux -- Python 3.8.6, pytest-4.6.11, py-1.10.0, pluggy-0.13.1 rootdir: ~/devel/jupyter-packaging plugins: anyio-2.0.2 collected 2...
Looks like with `setuptools` 68.0.0 and `pytest` 7.4.0 test suite is failing with deprecation errors ```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-jupyter-packaging-0.12.3-4.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-jupyter-packaging-0.12.3-4.fc35.x86_64/usr/lib/python3.8/site-packages + /usr/bin/pytest -ra -m 'not network' ============================= test session starts ============================== platform...
updates: - [github.com/psf/black: 23.12.1 → 24.8.0](https://github.com/psf/black/compare/23.12.1...24.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.29.2](https://github.com/sirosen/check-jsonschema/compare/0.27.3...0.29.2)
Could the ability to add the --force flag to npm install call in the npm_builder function be added please?
With wheel 0.44 (and setuptools 72.1): ```python [ 18s] ___________________ ERROR collecting tests/test_build_api.py ___________________ [ 18s] tests/test_build_api.py:7: in [ 18s] from jupyter_packaging.build_api import build_sdist, build_wheel [ 18s] jupyter_packaging/__init__.py:6: in [...