Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Helm Charts template testing is failing with TypeError: attrib() got an unexpected keyword argument 'convert' #308

Closed

Description

Running make test for any Helm Charts for template testing is giving us this error:


17:55:32 pytest -sv --color=yes
17:55:32 Traceback (most recent call last):
17:55:32   File "/usr/local/bin/pytest", line 10, in <module>
17:55:32     sys.exit(main())
17:55:32   File "/usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py", line 61, in main
17:55:32     config = _prepareconfig(args, plugins)
17:55:32   File "/usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py", line 182, in _prepareconfig
17:55:32     config = get_config()
17:55:32   File "/usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py", line 156, in get_config
17:55:32     pluginmanager.import_plugin(spec)
17:55:32   File "/usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py", line 530, in import_plugin
17:55:32     __import__(importspec)
17:55:32   File "/usr/local/lib/python3.7/site-packages/_pytest/tmpdir.py", line 25, in <module>
17:55:32     class TempPathFactory(object):
17:55:32   File "/usr/local/lib/python3.7/site-packages/_pytest/tmpdir.py", line 35, in TempPathFactory
17:55:32     lambda p: Path(os.path.abspath(six.text_type(p)))
17:55:32 TypeError: attrib() got an unexpected keyword argument 'convert'
17:55:32 make: *** [../helpers/common.mk:17: pytest] Error 1

This is a blocker for #307.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions