Skip to content

Commit 5dbd6ed

Browse files
author
Codeslayer666
committed
test
1 parent 8a1a674 commit 5dbd6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration/test_integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
integration_test = pytest.mark.skipif(
25-
not pytest.config.getoption('--integration-tests'),
25+
not getattr(pytest, "--integration-tests", None),
2626
reason='need --integration-tests option to run'
2727
)
2828

0 commit comments

Comments
 (0)