From e9bd0a5504cdc7f8e831f04cb64d2bc9ee6516e9 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 6 Nov 2021 22:45:53 +0100 Subject: Remove duplicated comment in 'test_can_read_env_variable' --- tests/config/test_config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/config/test_config.py b/tests/config/test_config.py index 7a4b09639..d863e00fe 100644 --- a/tests/config/test_config.py +++ b/tests/config/test_config.py @@ -100,8 +100,6 @@ reports = true def test_can_read_env_variable(tmp_path: PosixPath) -> None: - # Check that we can read the "regular" INI .pylintrc file - # if it has an environment variable. config_file = tmp_path / "pyproject.toml" config_file.write_text( """ -- cgit v1.2.1