Debian 11: Use correct package name for python bindings #753
Annotations
3 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
spec/classes/lib/python_spec.rb#L64
postgresql::lib::python on debian 13
|
|
Run tests:
spec/classes/lib/python_spec.rb#L31
postgresql::lib::python on debian 11 is expected to contain Package[python-psycopg2] with name => "python-psycopg2" and ensure => "present"
Failure/Error:
expect(subject).to contain_package('python-psycopg2').with(
name: 'python-psycopg2',
ensure: 'present',
)
expected that the catalogue would contain Package[python-psycopg2] with name set to "python-psycopg2" but it is set to "python3-psycopg2"
|
Loading