mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-04-18 00:03:56 +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(
|
def test_propagates_exceptions_during_installation(
|
||||||
mock_venv, mock_poetry_factory, num_threads
|
mock_venv, mock_poetry_factory, num_threads
|
||||||
):
|
):
|
||||||
# Assert that an exception which occurs during installation is properly raised.
|
"""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
|
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)
|
poetry = Factory().create_poetry(None)
|
||||||
packages: utilities.PackageMap = {
|
packages: utilities.PackageMap = {
|
||||||
|
Loading…
Reference in New Issue
Block a user