Skip to content

Commit

Permalink
Revert "chore: provide empty requirements files in integration tests"
Browse files Browse the repository at this point in the history
This reverts commit a7b8f3c.
  • Loading branch information
Kyle Pitzen authored and Kyle Pitzen committed Dec 1, 2022
1 parent 0c72f71 commit 163c21d
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/about/python/requirements.txt
@@ -1 +1,2 @@
pulumi>=3.0.0,<4.0.0
pulumi-kubernetes>=3.0.0,<4.0.0
1 change: 1 addition & 0 deletions tests/integration/enums/python/requirements.txt
@@ -0,0 +1 @@
pulumi>=3.0.0,<4.0.0
1 change: 1 addition & 0 deletions tests/integration/large_resource/python/requirements.txt
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
1 change: 1 addition & 0 deletions tests/integration/python/missing-main/requirements.txt
@@ -0,0 +1 @@
pulumi
1 change: 1 addition & 0 deletions tests/integration/python/pylint/requirements.txt
@@ -0,0 +1 @@
pylint
1 change: 1 addition & 0 deletions tests/integration/python/resource_args/requirements.txt
@@ -0,0 +1 @@
pulumi
@@ -0,0 +1 @@
pulumi
@@ -0,0 +1 @@
pulumi
@@ -0,0 +1 @@
pulumi
@@ -0,0 +1 @@
pulumi
1 change: 1 addition & 0 deletions tests/integration/python/venv/requirements.txt
@@ -0,0 +1 @@
pulumi
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
1 change: 1 addition & 0 deletions tests/integration/python_await/failure/requirements.txt
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0
1 change: 1 addition & 0 deletions tests/integration/python_await/success/requirements.txt
@@ -0,0 +1 @@
pulumi>=2.0.0,<3.0.0

0 comments on commit 163c21d

Please sign in to comment.