Skip to content

Clean up setuptools-specific configuration#12040

Merged
jacobtomlinson merged 1 commit intodask:mainfrom
DimitriPapadopoulos:setuptools
Oct 28, 2025
Merged

Clean up setuptools-specific configuration#12040
jacobtomlinson merged 1 commit intodask:mainfrom
DimitriPapadopoulos:setuptools

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

  • include-package-data is True by default
  • zip-safe is obsolete, only relevant for pkg_resources, easy_install and setup.py install in the context of eggs (deprecated)

https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 2, 2025

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

      9 files  ±0        9 suites  ±0   3h 8m 27s ⏱️ - 9m 40s
 18 126 tests ±0   16 911 ✅ ±0   1 215 💤 ±0  0 ❌ ±0 
162 362 runs  ±0  150 283 ✅ +1  12 079 💤  - 1  0 ❌ ±0 

Results for commit 3b8b2e8. ± Comparison against base commit b7ba831.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot added the needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer. label Sep 15, 2025
@github-actions github-actions bot removed the needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer. label Oct 27, 2025
* include-package-data is True by default
* zip-safe is obsolete, only relevant for pkg_resources, easy_install
  and setup.py install in the context of eggs (deprecated)
@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor Author

Rebased.

@jacobtomlinson jacobtomlinson merged commit 07acf71 into dask:main Oct 28, 2025
24 of 25 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the setuptools branch October 28, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants