Skip to content

Commit

Permalink
chore: remove deprecated repository modules
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Feb 7, 2023
1 parent 3ed0133 commit 8558f0c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 67 deletions.
3 changes: 1 addition & 2 deletions src/poetry/repositories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from __future__ import annotations

from poetry.repositories.pool import Pool
from poetry.repositories.repository import Repository
from poetry.repositories.repository_pool import RepositoryPool


__all__ = ["Pool", "Repository", "RepositoryPool"]
__all__ = ["Repository", "RepositoryPool"]
18 changes: 0 additions & 18 deletions src/poetry/repositories/cached.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/poetry/repositories/http.py

This file was deleted.

29 changes: 0 additions & 29 deletions src/poetry/repositories/pool.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/installation/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from poetry.installation.operations import Uninstall
from poetry.installation.operations import Update
from poetry.installation.wheel_installer import WheelInstaller
from poetry.repositories.pool import RepositoryPool
from poetry.repositories.repository_pool import RepositoryPool
from poetry.utils.env import MockEnv
from tests.repositories.test_pypi_repository import MockRepository

Expand Down

0 comments on commit 8558f0c

Please sign in to comment.