-
Notifications
You must be signed in to change notification settings - Fork 109
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
Not compatible with setuptools v72 #138
Comments
3 tasks
facebook-github-bot
pushed a commit
to facebook/pyre-check
that referenced
this issue
Jul 29, 2024
Summary: **Pre-submission checklist** - [ x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running `pip install -r requirements-dev.txt && pre-commit install` - [x ] `pre-commit run` the library intervaltree seems to be not anymore used in the codebase but still defined as a dependency currently the latest version is broken chaimleib/intervaltree#138 solves #902 Pull Request resolved: #901 Reviewed By: stroxler Differential Revision: D60394186 Pulled By: samwgoldman fbshipit-source-id: b6fd3b004437b5bd4283cbf87891cb454856d2e2
setuptools newest version also helps, no need to wait for the new release now |
while the newest version of setuptools ( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for this package.
I was just hit by: pypa/setuptools#4519 and it looks setuptools v72 doesn't have
setuptools.command.test
anymore.This package is affected by it.
Here the stacktrace:
Best!
The text was updated successfully, but these errors were encountered: