We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1a674 commit 5dbd6edCopy full SHA for 5dbd6ed
test/test_integration/test_integration_test.py
@@ -22,7 +22,7 @@
22
23
24
integration_test = pytest.mark.skipif(
25
- not pytest.config.getoption('--integration-tests'),
+ not getattr(pytest, "--integration-tests", None),
26
reason='need --integration-tests option to run'
27
)
28
0 commit comments