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

Don't list pytest-cov as a test dependency #224

Merged
merged 1 commit into from
Jun 10, 2021

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented Jun 10, 2021

It is not actually required to run the tests.

It is only used when explicitly enabled via the --cov option,
e.g. on GitHub actions, where we install the package manually now.

In Fedora, we don't run the tests with --cov, so we don't need the dependency.

It is not actually required to run the tests.

It is only used when explicitly enabled via the --cov option,
e.g. on GitHub actions, where we install the package manually now.

In Fedora, we don't run the tests with --cov, so we don't need the dependency.
Copy link
Contributor

@MSeal MSeal left a comment

Choose a reason for hiding this comment

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

Sure. I'd maybe prefer making the github action just install a single extra dependency list, but so long as the action still has the extra dep it should be fine.

@MSeal MSeal merged commit f101cd2 into jupyter:master Jun 10, 2021
@hroncok hroncok deleted the no-pytest-cov branch June 10, 2021 23:26
@hroncok
Copy link
Contributor Author

hroncok commented Jun 10, 2021

Thanks.

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