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

[BUG] Test code should not assume networkx is installed #120

Open
bluescarni opened this issue Jan 19, 2023 · 0 comments
Open

[BUG] Test code should not assume networkx is installed #120

bluescarni opened this issue Jan 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bluescarni
Copy link
Member

Describe the bug
The test suite assumes that networkx is installed, although networkx is not a mandatory dependency for pygmo.

To Reproduce
Install pygmo and run the test suite without installing networkx.

Expected behavior
The test suite should just skip the tests using networkx, if networkx is not installed.

@bluescarni bluescarni added the bug Something isn't working label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant