We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c5454 commit 8a31546Copy full SHA for 8a31546
tests/test_cli.py
@@ -348,9 +348,9 @@ def test_cli_with_insecure_option():
348
@pytest.mark.skipif(
349
sys.version_info[:2] >= (3, 12),
350
reason="Skipping test for Python 3.12+ because of "
351
- "https://github.com/aboutcode-org/python-inspector/issues/212"
352
- "to avoid error AttributeError: module 'configparser' has no attribute "
353
- "'SafeConfigParser'. Did you mean: 'RawConfigParser'?",
+ "https://github.com/aboutcode-org/python-inspector/issues/212"
+ "to avoid error AttributeError: module 'configparser' has no attribute "
+ "'SafeConfigParser'. Did you mean: 'RawConfigParser'?",
354
)
355
@pytest.mark.online
356
def test_cli_with_insecure_option_testpkh():
0 commit comments