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---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 --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--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-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_add.py#L629
test_add_group_directory_constraint_mix_pep735[required_fixtures0]
AssertionError: assert 'demo @ file:...com/demo/demo' == 'demo @ file:...com/demo/demo'
- demo @ file://C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw2/test_add_group_directory_const0/git/github.com/demo/demo
+ demo @ file:///C:/Users/runneradmin/AppData/Local/Temp/pytest-of-runneradmin/pytest-0/popen-gw2/test_add_group_directory_const0/git/github.com/demo/demo
? +
|
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--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-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---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',
}
|
Loading