Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to setuptools test command #76

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

lamcw
Copy link
Contributor

@lamcw lamcw commented Jul 29, 2024

See pypa/setuptools#4458

The command has been removed from latest version of setuptools (v72). Having this referenced in setup.py will cause installation of this package to fail with

ModuleNotFoundError: No module named 'setuptools.command.test'

(esp. when this package is not being distributed as a wheel -- please consider distributing this as a wheel on PyPI!)

@sinwoobang
Copy link

I am hoping this PR to be merged ASAP :)

@lamcw
Copy link
Contributor Author

lamcw commented Jul 29, 2024

Linking a related issue: pypa/setuptools#4519 -- it seems like setuptools v72 has been yanked, but the test command has been deprecated for such a long time that this PR is probably still worth merging.

@Ch00k

Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.00%. Comparing base (0711699) to head (7721d3c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   95.00%   95.00%           
=======================================
  Files           1        1           
  Lines          60       60           
=======================================
  Hits           57       57           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ch00k Ch00k merged commit dca0f7c into Ch00k:master Jul 30, 2024
13 checks passed
@Ch00k
Copy link
Owner

Ch00k commented Jul 30, 2024

@lamcw thank! This change has been released as 0.3.3.

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.

3 participants