feat(cli): Support PEP 735 (Dependency Groups) #1481
Annotations
10 errors
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---with foo --without foo-groups14]
AssertionError: assert {'bam', 'bar'...'bim', 'main'} == {'bar', 'baz', 'bim', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---without foo,bar-groups7]
AssertionError: assert {'bam', 'baz', 'bim', 'main'} == {'baz', 'bim', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'baz',
'bim',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---without main-groups8]
AssertionError: assert {'bam', 'bar'... 'bim', 'foo'} == {'bar', 'baz', 'bim', 'foo'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'foo',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---with foo-groups11]
AssertionError: assert {'bam', 'bar'...'foo', 'main'} == {'bar', 'baz'...'foo', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'foo',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False--groups0]
AssertionError: assert {'bam', 'bar'...'foo', 'main'} == {'bar', 'baz'...'foo', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'foo',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---without foo,bar-groups7]
AssertionError: assert {'bam', 'baz', 'bim', 'main'} == {'baz', 'bim', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'baz',
'bim',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---with foo-groups11]
AssertionError: assert {'bam', 'bar'...'foo', 'main'} == {'bar', 'baz'...'foo', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'foo',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False--groups0]
AssertionError: assert {'bam', 'bar'...'foo', 'main'} == {'bar', 'baz'...'foo', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'foo',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---with foo --without foo-groups14]
AssertionError: assert {'bam', 'bar'...'bim', 'main'} == {'bar', 'baz', 'bim', 'main'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'main',
}
|
Run poetry run pytest --integration -v:
tests/console/commands/test_install.py#L153
test_group_options_are_passed_to_the_installer[False---without main-groups8]
AssertionError: assert {'bam', 'bar'... 'bim', 'foo'} == {'bar', 'baz', 'bim', 'foo'}
Extra items in the left set:
'bam'
Full diff:
{
+ 'bam',
'bar',
'baz',
'bim',
'foo',
}
|
Loading