Skip to content

Conversation

@anjali433yadav
Copy link

Related Issue / Discussion:

Fixes Issue #N/A

Relates to discussion [link] N/A

Changes:

  • Modified pytest.ini to exclude @pytest.mark.manual tests from default pytest runs.

  • Modified pytest.ini

Further Details:

Summary:

Some tests in test_genetic are marked with @pytest.mark.manual and require interactive plotting using matplotlib.
These tests currently run during normal pytest execution and fail due to missing fixtures and non-interactive backends.

This PR updates pytest configuration to skip manual tests by default while keeping them executable via pytest -m manual.
This improves CI stability and developer experience without removing manual test coverage.

Dependencies:

No new dependencies are introduced.

PR Checklist:

In the context of this PR, I:

Please consider that PRs which do not meet the requirements specified in the checklist will not be evaluated. Also, PRs with no activities will be closed after a reasonable amount of time.

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