Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
4838c9fe
Commit
4838c9fe
authored
May 07, 2022
by
Arun Babu Neelicattu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
factory: rename create_legacy_repository
parent
36eff809
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/poetry/factory.py
+2
-2
No files found.
src/poetry/factory.py
View file @
4838c9fe
...
@@ -159,7 +159,7 @@ class Factory(BaseFactory):
...
@@ -159,7 +159,7 @@ class Factory(BaseFactory):
logger
.
debug
(
"Disabling source caches"
)
logger
.
debug
(
"Disabling source caches"
)
for
source
in
sources
:
for
source
in
sources
:
repository
=
cls
.
create_
legacy_repository
(
repository
=
cls
.
create_
package_source
(
source
,
config
,
disable_cache
=
disable_cache
source
,
config
,
disable_cache
=
disable_cache
)
)
is_default
=
bool
(
source
.
get
(
"default"
,
False
))
is_default
=
bool
(
source
.
get
(
"default"
,
False
))
...
@@ -190,7 +190,7 @@ class Factory(BaseFactory):
...
@@ -190,7 +190,7 @@ class Factory(BaseFactory):
)
)
@classmethod
@classmethod
def
create_
legacy_repository
(
def
create_
package_source
(
cls
,
source
:
dict
[
str
,
str
],
auth_config
:
Config
,
disable_cache
:
bool
=
False
cls
,
source
:
dict
[
str
,
str
],
auth_config
:
Config
,
disable_cache
:
bool
=
False
)
->
LegacyRepository
:
)
->
LegacyRepository
:
from
poetry.repositories.legacy_repository
import
LegacyRepository
from
poetry.repositories.legacy_repository
import
LegacyRepository
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment