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

Update tests to work with setuptools >= 72 #214

Open
BenjaminRodenberg opened this issue Aug 27, 2024 · 1 comment
Open

Update tests to work with setuptools >= 72 #214

BenjaminRodenberg opened this issue Aug 27, 2024 · 1 comment

Comments

@BenjaminRodenberg
Copy link
Member

Support for the test command has been removed in Setuptools 72. Currently, our (mock) tests require this command. We, therefore, need to update our tests to make them futureproof.

@BenjaminRodenberg
Copy link
Member Author

I'm restricting to setuiptools<72 for compatibility until this issue is fixed. See #213.

BenjaminRodenberg added a commit that referenced this issue Aug 27, 2024
…th CI pipeline (#213)

* Restrict to numpy<2 since we do not support numpy 2 yet.
* Restrict to setuptools < 72 since the "test" command was removed in Setuptools 72. See #214.
BenjaminRodenberg added a commit that referenced this issue Aug 27, 2024
…th CI pipeline (#213)

* Restrict to numpy<2 since we do not support numpy 2 yet.
* Restrict to setuptools < 72 since the "test" command was removed in Setuptools 72. See #214.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant