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

Undeclared dependencies can slip through testing #497

Open
jmuhlich opened this issue Apr 3, 2020 · 0 comments
Open

Undeclared dependencies can slip through testing #497

jmuhlich opened this issue Apr 3, 2020 · 0 comments

Comments

@jmuhlich
Copy link
Member

jmuhlich commented Apr 3, 2020

Our CI environments install all optional dependencies, meaning that core pysb code can accidentally import those modules or anything from their transitive requirements without breaking any tests. It would be great if CI could start with a "minimal" pysb install and run all applicable tests first before moving on to the optional stuff. Maybe this should be another axis of the test matrix?

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

No branches or pull requests

1 participant