Skip to content

Fix tests with no extras installed other than test #652

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

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

Conversation

hbierlee
Copy link
Contributor

@hbierlee hbierlee commented Apr 21, 2025

After a fresh install with pip install -e .[test], running pytest still fails because of two issues:

  • setuptools not being installed (which I thought was fixed in No module named 'pkg_resources' #564; should we be able to run the tests without explicitly running pip install setuptools?)
  • Some small issue with the changed pysat import

This PR fixes that.

@hbierlee hbierlee changed the title Fix tests with no extras Fix tests with no extras installed other than test Apr 21, 2025
@hbierlee hbierlee self-assigned this Apr 23, 2025
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.

1 participant