From 990b4ead2eb147b866f5125eaeeae7f3674d9c88 Mon Sep 17 00:00:00 2001 From: mdrakos Date: Tue, 29 Aug 2023 08:19:59 -0700 Subject: [PATCH] Remove another expect --- .github/workflows/build.yml | 2 -- test/integration/package_int_test.go | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9731f407ec..c68b9ca103 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,6 @@ jobs: fail-fast: false runs-on: ${{ matrix.platform }} env: - ACTIVESTATE_CI: true ACTIVESTATE_CLI_DISABLE_RUNTIME: true SHELL: bash GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -390,7 +389,6 @@ jobs: - os_specific runs-on: ubuntu-20.04 env: - ACTIVESTATE_CI: true ACTIVESTATE_CLI_DISABLE_RUNTIME: true SHELL: bash GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/test/integration/package_int_test.go b/test/integration/package_int_test.go index f8d733987f..b68443aed6 100644 --- a/test/integration/package_int_test.go +++ b/test/integration/package_int_test.go @@ -633,7 +633,6 @@ func (suite *PackageIntegrationTestSuite) TestUpdate() { cp = ts.Spawn("history") cp.Expect("pytest") - cp.Expect("7.4.0") cp.ExpectExitCode(0) cp = ts.Spawn("packages")