File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
tests/console/commands/self Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -151,17 +151,14 @@ def test_add_with_git_constraint_with_extras(
151
151
def test_add_with_git_constraint_with_subdirectory (
152
152
url : str ,
153
153
rev : str | None ,
154
- app : PoetryTestApplication ,
155
- repo : TestRepository ,
156
154
tester : CommandTester ,
157
- env : MockEnv ,
158
- installed : Repository ,
155
+ repo : TestRepository ,
159
156
):
160
157
repo .add_package (Package ("pendulum" , "2.0.5" ))
161
158
162
159
tester .execute (url )
163
160
164
- expected = """\
161
+ expected = """
165
162
Updating dependencies
166
163
Resolving dependencies...
167
164
@@ -183,8 +180,6 @@ def test_add_with_git_constraint_with_subdirectory(
183
180
184
181
assert_plugin_add_result (
185
182
tester ,
186
- app ,
187
- env ,
188
183
expected ,
189
184
constraint ,
190
185
)
You can’t perform that action at this time.
0 commit comments