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 dependencies unittest2 and future #130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dyollb
Copy link

@dyollb dyollb commented Nov 27, 2024

Fixes #77.

Remove dependency to unittest2 and future.

  • future isn't used anywhere in the code
  • unittest2 is used only in one test

I also slightly modernized the package. All configuration settings are now in a pyproject.toml.

I ran the tests locally and they pass:

image

@dyollb
Copy link
Author

dyollb commented Nov 27, 2024

Also removed setup.cfg. It was specifying the description (readme file), but this is already included in the pyproject.toml.

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.

Remove deprecated unittest2 lib
1 participant