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

Update pyyaml otherwise pip install will fail#716

Open
are-agilebg wants to merge 1 commit intoOCA:masterfrom
are-agilebg:fix-requirements
Open

Update pyyaml otherwise pip install will fail#716
are-agilebg wants to merge 1 commit intoOCA:masterfrom
are-agilebg:fix-requirements

Conversation

@are-agilebg
Copy link
Copy Markdown

With the current version of pyyaml the script travis_install_nightly will fail at line https://github.com/OCA/maintainer-quality-tools/blob/7d99e8d90a9f493c697cbb86d2d8176814fc0f56/travis/travis_install_nightly#L109C5-L109C6 with the following error:

` error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
/tmp/pip-build-env-esorkkhj/overlay/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg
!!

          ********************************************************************************
          The license_file parameter is deprecated, use license_files instead.
  
          By 2023-Oct-30, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.
  
          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************
  
  !!`

By updating pyyaml to 6.0 the problem is resolved.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant