Skip to content

Remove PyTest command from setup.py - #124

Merged
diazona merged 1 commit into
masterfrom
remove-test-command/1/dev
Oct 25, 2025
Merged

Remove PyTest command from setup.py#124
diazona merged 1 commit into
masterfrom
remove-test-command/1/dev

Conversation

@diazona

@diazona diazona commented Oct 25, 2025

Copy link
Copy Markdown
Contributor

Now that direct execution of setup.py is deprecated, we shouldn't have a custom setuptools command to run tests. Testing the package can be done by running pytest directly, typically from within tox. Accordingly, I'm removing the PyTest command from setup.py in this commit.

Now that direct execution of setup.py is deprecated, we shouldn't have
a custom setuptools command to run tests. Testing the package can be
done by running pytest directly, typically from within tox. Accordingly,
I'm removing the PyTest command from setup.py in this commit.
@diazona diazona added this to the 0.10 milestone Oct 25, 2025

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

looks good, consider going pyproject native and adopting setuptools_scm

@diazona

diazona commented Oct 25, 2025

Copy link
Copy Markdown
Contributor Author

We already do use setuptools-scm.

I do have plans to shift more stuff into pyproject.toml but that'll come later.

@diazona
diazona merged commit a494a1b into master Oct 25, 2025
44 checks passed
@diazona
diazona deleted the remove-test-command/1/dev branch October 25, 2025 22:32
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