cda-tum / mqt-qcec

MQT QCEC - A tool for Quantum Circuit Equivalence Checking
https://mqt.readthedocs.io/projects/qcec
MIT License
90 stars 21 forks source link

🩹 patch CI failure due to unconditional Qiskit deprecation warning #297

Closed burgholzer closed 1 year ago

burgholzer commented 1 year ago

Description

Fixes CI. The newest Qiskit version introduced a new deprecation warning for some version attribute and, for some reason, that warning trips up pytest without our code actually using the deprecated attribute.

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #297 (262499a) into main (7177f1a) will increase coverage by 0.1%. The diff coverage is n/a.

@@           Coverage Diff           @@
##            main    #297     +/-   ##
=======================================
+ Coverage   95.9%   96.1%   +0.1%     
=======================================
  Files         34      34             
  Lines       1722    1720      -2     
  Branches     208     208             
=======================================
+ Hits        1653    1654      +1     
+ Misses        69      66      -3     
Flag Coverage Δ
cpp 95.8% <ø> (+0.2%) :arrow_up:
python 97.1% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes