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

Invalid code in setup.py: cmdclass = { 'test': setuptools.command.test.test }, #586

Open
yurivict opened this issue Dec 11, 2024 · 1 comment

Comments

@yurivict
Copy link

This line references setuptools.command.test.test that doesn't exist in setuptools-63.1.0:

===>  Configuring for py311-segyio-1.9.12
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 98, in <module>
    cmdclass = { 'test': setuptools.command.test.test },
                         ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'setuptools.command' has no attribute 'test'
*** Error code 1

Python-3.11
FreeBSD 14.1

@ajaust
Copy link
Contributor

ajaust commented Dec 11, 2024

Thanks for the report! I think this should be fixed if #576 gets merged.

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

No branches or pull requests

2 participants