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

chore: tighten bounds for setuptools_scm #3613

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

charles-cooper
Copy link
Member

there is a regression in 8.0.0 which results in the following invalid code being generated for vyper/version.py:

from __future__ import annotations
__version__ : str = version : str = '0.3.11'
__version_tuple__ : 'tuple[int | str, ...]' = \
  version_tuple : 'tuple[int | str, ...]' = (0, 3, 11)

this is a CI blocker.

What I did

fix a linter error, for instance as seen here: https://github.com/vyperlang/vyper/actions/runs/6247580329/job/16960472804?pr=3603

How I did it

pin setuptools_scm

How to verify it

check that lint passes

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

there is a regression in 8.0.0 which results in the following invalid
code being generated for vyper/version.py:

```python
from __future__ import annotations
__version__ : str = version : str = '0.3.11'
__version_tuple__ : 'tuple[int | str, ...]' = \
  version_tuple : 'tuple[int | str, ...]' = (0, 3, 11)
```
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

Merging #3613 (e97dee1) into master (1711569) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master    #3613   +/-   ##
=======================================
  Coverage   89.12%   89.12%           
=======================================
  Files          86       86           
  Lines       11407    11407           
  Branches     2595     2595           
=======================================
  Hits        10166    10166           
  Misses        819      819           
  Partials      422      422           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@charles-cooper charles-cooper enabled auto-merge (squash) September 20, 2023 12:36
@charles-cooper charles-cooper changed the title chore: pin setuptools_scm chore: tighten bounds for setuptools_scm Sep 20, 2023
@charles-cooper charles-cooper merged commit f224d83 into vyperlang:master Sep 20, 2023
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants