Skip to content

[Backport release-26.05] python3Packages.eth-utils: disable failing typing tests#524147

Merged
mdaniels5757 merged 1 commit into
release-26.05from
backport-523103-to-release-26.05
May 25, 2026
Merged

[Backport release-26.05] python3Packages.eth-utils: disable failing typing tests#524147
mdaniels5757 merged 1 commit into
release-26.05from
backport-523103-to-release-26.05

Conversation

@nixpkgs-ci

@nixpkgs-ci nixpkgs-ci Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

Bot-based backport to release-26.05, triggered by a label in #523103.

Before merging, ensure that this backport is acceptable for the release.

Even as a non-committer, if you find that it is not acceptable, leave a comment.

Tip

If you maintain all packages touched by this pull request, and they are all located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this PR using the nixpkgs-merge-bot.

Matching on mypy output is brittle.

Hydra: https://hydra.nixos.org/build/329150192
(cherry picked from commit d6c392b)
@nixpkgs-ci nixpkgs-ci Bot requested a review from thunze May 25, 2026 18:57
@nixpkgs-ci nixpkgs-ci Bot requested a review from siraben May 25, 2026 19:04
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. 4.workflow: backport This targets a stable branch labels May 25, 2026
@mdaniels5757

Copy link
Copy Markdown
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 524147
Commit: 5892eeb5c6a01c5e15080f3759dcdc174ab4d84d


x86_64-linux

✅ 26 packages built:
  • echidna
  • python313Packages.eth-abi
  • python313Packages.eth-account
  • python313Packages.eth-keyfile
  • python313Packages.eth-keys
  • python313Packages.eth-rlp
  • python313Packages.eth-tester
  • python313Packages.eth-utils
  • python313Packages.hexbytes
  • python313Packages.py-ecc
  • python313Packages.py-evm
  • python313Packages.rlp
  • slither-analyzer (python313Packages.slither-analyzer)
  • python313Packages.trie
  • python313Packages.web3
  • python314Packages.eth-abi
  • python314Packages.eth-account
  • python314Packages.eth-keyfile
  • python314Packages.eth-keys
  • python314Packages.eth-rlp
  • python314Packages.eth-utils
  • python314Packages.hexbytes
  • python314Packages.py-ecc
  • python314Packages.rlp
  • python314Packages.trie
  • trezorctl

aarch64-linux

✅ 26 packages built:
  • echidna
  • python313Packages.eth-abi
  • python313Packages.eth-account
  • python313Packages.eth-keyfile
  • python313Packages.eth-keys
  • python313Packages.eth-rlp
  • python313Packages.eth-tester
  • python313Packages.eth-utils
  • python313Packages.hexbytes
  • python313Packages.py-ecc
  • python313Packages.py-evm
  • python313Packages.rlp
  • slither-analyzer (python313Packages.slither-analyzer)
  • python313Packages.trie
  • python313Packages.web3
  • python314Packages.eth-abi
  • python314Packages.eth-account
  • python314Packages.eth-keyfile
  • python314Packages.eth-keys
  • python314Packages.eth-rlp
  • python314Packages.eth-utils
  • python314Packages.hexbytes
  • python314Packages.py-ecc
  • python314Packages.rlp
  • python314Packages.trie
  • trezorctl

x86_64-darwin

✅ 26 packages built:
  • echidna
  • python313Packages.eth-abi
  • python313Packages.eth-account
  • python313Packages.eth-keyfile
  • python313Packages.eth-keys
  • python313Packages.eth-rlp
  • python313Packages.eth-tester
  • python313Packages.eth-utils
  • python313Packages.hexbytes
  • python313Packages.py-ecc
  • python313Packages.py-evm
  • python313Packages.rlp
  • slither-analyzer (python313Packages.slither-analyzer)
  • python313Packages.trie
  • python313Packages.web3
  • python314Packages.eth-abi
  • python314Packages.eth-account
  • python314Packages.eth-keyfile
  • python314Packages.eth-keys
  • python314Packages.eth-rlp
  • python314Packages.eth-utils
  • python314Packages.hexbytes
  • python314Packages.py-ecc
  • python314Packages.rlp
  • python314Packages.trie
  • trezorctl

aarch64-darwin

✅ 26 packages built:
  • echidna
  • python313Packages.eth-abi
  • python313Packages.eth-account
  • python313Packages.eth-keyfile
  • python313Packages.eth-keys
  • python313Packages.eth-rlp
  • python313Packages.eth-tester
  • python313Packages.eth-utils
  • python313Packages.hexbytes
  • python313Packages.py-ecc
  • python313Packages.py-evm
  • python313Packages.rlp
  • slither-analyzer (python313Packages.slither-analyzer)
  • python313Packages.trie
  • python313Packages.web3
  • python314Packages.eth-abi
  • python314Packages.eth-account
  • python314Packages.eth-keyfile
  • python314Packages.eth-keys
  • python314Packages.eth-rlp
  • python314Packages.eth-utils
  • python314Packages.hexbytes
  • python314Packages.py-ecc
  • python314Packages.rlp
  • python314Packages.trie
  • trezorctl

@mdaniels5757 mdaniels5757 added this pull request to the merge queue May 25, 2026
Merged via the queue into release-26.05 with commit 49943a6 May 25, 2026
30 checks passed
@mdaniels5757 mdaniels5757 deleted the backport-523103-to-release-26.05 branch May 25, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants