Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin setuptools-scm #6125

Closed
xjules opened this issue Sep 20, 2023 · 1 comment
Closed

Unpin setuptools-scm #6125

xjules opened this issue Sep 20, 2023 · 1 comment
Labels

Comments

@xjules
Copy link
Contributor

xjules commented Sep 20, 2023

Describe the bug
The version.py generated by setuptools-scm got miss-malformed for version setuptools-scm==8. Check here:
https://github.com/equinor/ert/actions/runs/6247503552/job/16960301138?pr=6118

/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/ert/shared/__init__.py:2: in <module>
    from ert.shared.version import version as __version__
E     File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/ert/shared/version.py", line 4
E       __version__ : str = version : str = '7.0.0b1.dev114+gb1e9c3d30'

To reproduce
Steps to reproduce the behaviour:

  1. pip install setuptools-scm==8.0.0
  2. pytest

Expected behaviour
Should work

@xjules xjules added the bug label Sep 20, 2023
@xjules xjules moved this to Todo in SCOUT Sep 20, 2023
@oyvindeide
Copy link
Collaborator

WIll be fixed in a few minutes: pypa/setuptools-scm#905, closing

@github-project-automation github-project-automation bot moved this from Todo to Done in SCOUT Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants