Skip to content

Commit

Permalink
Update pkgs/development/python-modules/eth-typing/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
  • Loading branch information
hellwolf and GaetanLepage authored Jan 18, 2025
1 parent f686ac5 commit 8befb77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/eth-typing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ buildPythonPackage rec {

pythonImportsCheck = [ "eth_typing" ];

disabledTests = [ "test_install_local_wheel" ];
disabledTests = [
# side-effect: runs pip online check and is blocked by sandbox
"test_install_local_wheel"
];

meta = {
changelog = "https://github.com/ethereum/eth-typing/blob/v${version}/docs/release_notes.rst";
Expand Down

0 comments on commit 8befb77

Please sign in to comment.