Skip to content

test: remove apt, bun, npm, pip install tests#1275

Open
mishushakov wants to merge 4 commits intomainfrom
mishushakov/skip-install-tests
Open

test: remove apt, bun, npm, pip install tests#1275
mishushakov wants to merge 4 commits intomainfrom
mishushakov/skip-install-tests

Conversation

@mishushakov
Copy link
Copy Markdown
Member

@mishushakov mishushakov commented Apr 16, 2026

Summary

  • Deletes install test files for apt, bun, npm, and pip in both JS and Python SDKs
  • Removes sync and async variants in Python
  • Stacktrace tests for these install methods are kept

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 16, 2026

⚠️ No Changeset found

Latest commit: cd60897

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cursor
Copy link
Copy Markdown

cursor bot commented Apr 16, 2026

PR Summary

Low Risk
Test-only change, but it reduces end-to-end coverage of package install helpers and could allow regressions in those methods to slip through.

Overview
Removes the JS SDK template method tests for aptInstall, bunInstall, npmInstall, and pipInstall.

Removes the Python SDK (sync + async) template method tests that build images using apt_install, bun_install, npm_install, and pip_install, leaving stacktrace-oriented failure tests elsewhere to cover error reporting paths.

Reviewed by Cursor Bugbot for commit cd60897. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 16, 2026

Package Artifacts

Built from 27e2f62. Download artifacts from this workflow run.

JS SDK (e2b@2.19.1-mishushakov-skip-install-tests.0):

npm install ./e2b-2.19.1-mishushakov-skip-install-tests.0.tgz

CLI (@e2b/cli@2.9.1-mishushakov-skip-install-tests.0):

npm install ./e2b-cli-2.9.1-mishushakov-skip-install-tests.0.tgz

Python SDK (e2b==2.20.0+mishushakov-skip-install-tests):

pip install ./e2b-2.20.0+mishushakov.skip.install.tests-py3-none-any.whl

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 84d9848ad9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread packages/js-sdk/tests/template/methods/aptInstall.test.ts Outdated
mishushakov and others added 3 commits April 16, 2026 18:50
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mishushakov mishushakov changed the title test: comment out apt, bun, npm, pip install tests test: remove apt, bun, npm, pip install tests Apr 16, 2026
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.

1 participant