We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b879733 commit 98f3a41Copy full SHA for 98f3a41
src/poetry/packages/direct_origin.py
@@ -20,7 +20,6 @@
20
from poetry.utils.cache import ArtifactCache
21
22
23
-@functools.lru_cache(maxsize=None)
24
def _get_package_from_git(
25
url: str,
26
branch: str | None = None,
0 commit comments