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

Move python deps in setup.py + add install-pydeps-test|dev make targets #651

Merged
merged 7 commits into from
Oct 20, 2024

Conversation

giampaolo
Copy link
Owner

@giampaolo giampaolo commented Oct 20, 2024

Add make install-pydeps-test and make install-pydeps-dev targets. They can be used to install dependencies meant for running tests and for local development. They can also be installed via pip install .[test] and pip install .[dev].

@giampaolo giampaolo changed the title Move python deps in setup.py Move python deps in setup.py + add install-pydeps-test|dev make targets Oct 20, 2024
@giampaolo giampaolo merged commit 67b1b9e into master Oct 20, 2024
9 checks passed
@giampaolo giampaolo deleted the refact-setup-py branch October 20, 2024 23:58
Comment on lines +174 to +178
if sys.version_info[0] < 3: # noqa: UP036
sys.exit(
'Python 2 is no longer supported. Latest version is 1.5.10; use:\n'
'python3 -m pip install pyftpdlib==1.5.10'
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the mention of python3 here a typo?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, thanks. Fixed in c4ceda4.

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