Skip to content

Commit

Permalink
chore: remove no wheel test and return env from wheel test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and adisbladis committed Feb 27, 2023
1 parent 638fdfa commit f109733
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 104 deletions.
1 change: 0 additions & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ builtins.removeAttrs
virtualenv-pre-20-18 = callTest ./virtualenv-pre-20-18 { };
virtualenv-post-20-18 = callTest ./virtualenv-post-20-18 { };
grpcio-wheel = callTest ./grpcio-wheel { };
grpcio-no-wheel = callTest ./grpcio-no-wheel { };
panel-wheels = callTest ./panel-wheels { };
}
skipTests
22 changes: 0 additions & 22 deletions tests/grpcio-no-wheel/default.nix

This file was deleted.

64 changes: 0 additions & 64 deletions tests/grpcio-no-wheel/poetry.lock

This file was deleted.

13 changes: 0 additions & 13 deletions tests/grpcio-no-wheel/pyproject.toml

This file was deleted.

5 changes: 1 addition & 4 deletions tests/grpcio-wheel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ let
}
);
};
isWheelGrpcIO = env.python.pkgs.grpcio.src.isWheel;
in
assert isLinux -> isWheelGrpcIO; runCommand "grpcio-wheel" { } ''
${env}/bin/python -c 'import grpc; print(grpc.__version__)' > $out
''
assert isLinux -> env.python.pkgs.grpcio.src.isWheel; env

0 comments on commit f109733

Please sign in to comment.