Skip to content

Commit

Permalink
Remove another expect
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Aug 29, 2023
1 parent 58e7e8e commit 990b4ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion test/integration/package_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 990b4ea

Please sign in to comment.