We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552ab23 commit 5bafc2eCopy full SHA for 5bafc2e
1 file changed
dev_tools/conf/pytest.ini
@@ -15,10 +15,6 @@
15
[pytest]
16
markers =
17
slow: marks tests as slow (deselect with '-m "not slow"')
18
- integration: marks tests of integrations with other systems
19
20
filterwarnings =
21
ignore:Skipped assert_qasm_is_consistent_with_unitary because qiskit.*:UserWarning
22
-
23
-# Add this line to always exclude tests marked as 'integration' by default
24
-addopts = -m "not integration"
0 commit comments