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

Migrate setup.py → pyproject.toml #190

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

Conversation

DimitriPapadopoulos
Copy link
Contributor

See PEP 621 and PEP 518.

Keep setup.py for legacy installs.
The proper way to install is now: pip install

@DimitriPapadopoulos DimitriPapadopoulos force-pushed the pyproject.toml branch 10 times, most recently from d1b78eb to 4ba2ad2 Compare October 29, 2022 20:42
@DimitriPapadopoulos
Copy link
Contributor Author

DimitriPapadopoulos commented Oct 30, 2022

I haven't found the time to migrate unittest to tox.

I hope unittest2, discover and tox might help.

See PEP 621 and PEP 518.

Keep setup.py for legacy installs.
The proper way to install is now: pip install
@DimitriPapadopoulos DimitriPapadopoulos force-pushed the pyproject.toml branch 3 times, most recently from 1d1cfa0 to d9e5d04 Compare December 9, 2023 14:19
@DimitriPapadopoulos
Copy link
Contributor Author

For now, run python test_suite.py directly instead of python setup.py test.

See PEP 621 and PEP 518.
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.

None yet

1 participant