qiskit/test/utils
Elena Peña Tapia d0aa100888
Do not raise deprecation warnings for internal uses of dag.duration and dag.unit (#14133)
* Filter Rust deprecation warning when calling dag.duration/dag.unit internally

Filter Rust deprecation warning when calling dag.duration/dag.unit internally

* Apply Matt's suggestions:

* Refactor access patterns: add dag._duration and dag._unit
* Refactor internal uses of dag.duration and dag.unit to rely on internal methods
* Remove blanket warning filters from unit test config

On top of these:

* Extend deprecation warnings to dag.duration and dag.unit setters (previously only in getters)
* Clean up unit test config from old filters

* Change stacklevel

* Fix circuit_to_dag

* Handle failing tests

* _DAGDependencyV2 is private and not a DAGCircuit, so don't use internal attributes

* Reduce duplication in getters and setters
2025-03-31 15:01:43 +00:00
..
__init__.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
_canonical.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
base.py Do not raise deprecation warnings for internal uses of dag.duration and dag.unit (#14133) 2025-03-31 15:01:43 +00:00
decorators.py Fix skipping of slow tests (#13119) 2024-09-10 14:10:24 +00:00