mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-12-04 01:30:09 +00:00
Fix pylint errors
This commit is contained in:
parent
7e5bc30b93
commit
bc75c57126
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user