Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.28k stars 2.37k forks source link

Skip test unless has optional pillow dependency #13077

Closed tglanz closed 2 months ago

tglanz commented 2 months ago

Fixes #13076.

Summary

Skip test test_dag_drawer_checks_filename_correct_format unless pillow dependency is found

Details and comments

None.

qiskit-bot commented 2 months ago

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the following people are relevant to this code:

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10678860680

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
crates/accelerate/src/two_qubit_decompose.rs 1 90.84%
qiskit/transpiler/passes/synthesis/unitary_synthesis.py 2 88.43%
crates/qasm2/src/lex.rs 4 93.23%
crates/qasm2/src/parse.rs 6 97.15%
qiskit/synthesis/two_qubit/xx_decompose/decomposer.py 6 90.84%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 10670114830: -0.02%
Covered Lines: 71822
Relevant Lines: 80573

💛 - Coveralls