From bc75c57126c6c57b39051f439745671c0ccb604b Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Wed, 29 Mar 2023 17:53:14 -0500 Subject: [PATCH] Fix pylint errors --- tests/test_installer.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/test_installer.py b/tests/test_installer.py index 138ede1..fa6073d 100644 --- a/tests/test_installer.py +++ b/tests/test_installer.py @@ -65,9 +65,11 @@ def test_parallelization(mock_venv, mock_poetry_factory): def test_propagates_exceptions_during_installation( mock_venv, mock_poetry_factory, num_threads ): - # Assert that an exception which occurs during installation is properly raised. - # Regression test for https://github.com/enpaul/tox-poetry-installer/issues/86 - from tox_poetry_installer import _poetry + """Assert that an exception which occurs during installation is properly raised. + + Regression test for https://github.com/enpaul/tox-poetry-installer/issues/86 + """ + from tox_poetry_installer import _poetry # pylint: disable=import-outside-toplevel poetry = Factory().create_poetry(None) packages: utilities.PackageMap = {