Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Mar 13, 2020
1 parent 14f72f3 commit 6ba6adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include ../../build/common.mk

ensure::
pipenv --python 3 install --dev
pipenv run pip install -e $(GOPATH)/src/github.com/pulumi/pulumi/sdk/python/env/src
mkdir -p $(PYENVSRC)

build::
Expand Down
4 changes: 4 additions & 0 deletions tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ func runPolicyPackIntegrationTest(
abortIfFailed(t)
}

// TEMPORARY
e.RunCommand("pipenv", "run", "pip", "install", "-e", "/Users/justin/go/src/github.com/pulumi/pulumi/sdk/python/env/src")
abortIfFailed(t)

dep := filepath.Join("..", "..", "sdk", "python", "env", "src")
dep, err = filepath.Abs(dep)
assert.NoError(t, err)
Expand Down

0 comments on commit 6ba6adf

Please sign in to comment.