Skip to content

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Feb 12, 2025

Summary

There have never been e2e tests in this repo, I think we should just remove the mentions of e2e tests since we already have integration tests that test on test_eagle.

Details and comments

Fixes #1768

@kt474 kt474 merged commit 4ea8142 into Qiskit:main Feb 13, 2025
6 of 17 checks passed
@kt474 kt474 deleted the remove-e2e-code branch February 13, 2025 17:04
@kt474 kt474 added the Changelog: Removal Include in the Removed section of the changelog label Feb 14, 2025
@mriedem
Copy link
Contributor

mriedem commented Feb 14, 2025

Why didn't the integration tests catch the regression in #2142 then?

@kt474
Copy link
Member Author

kt474 commented Feb 14, 2025

Why didn't the integration tests catch the regression in #2142 then?

The integration tests install the dev dependencies so aer is included - the error only happens if aer isn't installed

python -m pip install --upgrade pip
pip install -e '.[dev]'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Removal Include in the Removed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There are no e2e tests
3 participants