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

Fix CI #437

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Fix CI #437

merged 1 commit into from
Sep 29, 2024

Conversation

Ch00k
Copy link
Contributor

@Ch00k Ch00k commented Sep 28, 2024

  • setuptools >= 72.0.0 does not have support for test command anymore, thus pinning setuptools < 72.0.0
  • Python 3.12 seems to have been defined incorrectly in tox envlist, so no tests were ever executed for Python 3.12. Fixing these
  • fixing some formatting black and isort were complaining about

- setuptools >= 72.0.0 does
  [not](https://github.com/pypa/setuptools/blob/main/NEWS.rst#v7200) have
  support for `test` command anymore, thus pinning setuptools < 72.0.0
- Python 3.12 seems to have been defined incorrectly in tox `envlist`, so no
  tests were ever executed for Python 3.12. Fixing these
- fixing some formatting black and isort were complaining about
@asherf asherf merged commit 219232f into korfuri:master Sep 29, 2024
6 checks passed
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