Skip to content

Commit 5bafc2e

Browse files
committed
Remove no-longer-used integration marker
1 parent 552ab23 commit 5bafc2e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dev_tools/conf/pytest.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
[pytest]
1616
markers =
1717
slow: marks tests as slow (deselect with '-m "not slow"')
18-
integration: marks tests of integrations with other systems
1918

2019
filterwarnings =
2120
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

Comments
 (0)