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

[python/ci] Pin typeguard==4.1.5 #2313

Merged
merged 1 commit into from
Mar 25, 2024
Merged

[python/ci] Pin typeguard==4.1.5 #2313

merged 1 commit into from
Mar 25, 2024

Conversation

ryan-williams
Copy link
Member

@ryan-williams ryan-williams commented Mar 25, 2024

typeguard 4.2.0 and 4.2.1 were just released, raise errors on main. Pin to 4.1.5 for now.

Issue: #2312

typeguard 4.2.0 and 4.2.1 were just released, raise errors on main
@johnkerl johnkerl changed the title pin typeguard==4.1.5 [python/ci] Pin typeguard==4.1.5 Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Merging #2313 (4cb67e8) into main (3346005) will decrease coverage by 0.88%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2313      +/-   ##
==========================================
- Coverage   78.78%   77.90%   -0.88%     
==========================================
  Files         140      140              
  Lines       10750    10746       -4     
  Branches      215      214       -1     
==========================================
- Hits         8469     8372      -97     
- Misses       2183     2288     +105     
+ Partials       98       86      -12     
Flag Coverage Δ
libtiledbsoma 63.98% <ø> (-3.74%) ⬇️
python 90.58% <ø> (ø)
r 74.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 90.58% <ø> (ø)
libtiledbsoma 48.69% <ø> (-0.16%) ⬇️

@ryan-williams ryan-williams merged commit 1c1f362 into main Mar 25, 2024
32 checks passed
@ryan-williams ryan-williams deleted the rw/tg4.1.5 branch March 25, 2024 16:18
Copy link

The backport to release-1.8 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.8 release-1.8
# Navigate to the new working tree
cd .worktrees/backport-release-1.8
# Create a new branch
git switch --create backport-2313-to-release-1.8
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 1c1f362e28a0b5c5616392f99cb27fa44986cec6
# Push it to GitHub
git push --set-upstream origin backport-2313-to-release-1.8
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.8

Then, create a pull request where the base branch is release-1.8 and the compare/head branch is backport-2313-to-release-1.8.

johnkerl pushed a commit that referenced this pull request Mar 25, 2024
typeguard 4.2.0 and 4.2.1 were just released, raise errors on main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants