-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gae): remove region tags from 'taskqueue' folder (#13085)
* chore(gae): add support for Python 3 to requirements-test.txt * chore(gae): remove region tags from migration/taskqueue/pull-counter/main.py * chore(gae): add requirements-test.txt and requirements-test.txt * chore(gae): remove region tags from taskqueue/counter/worker.py * chore(gae): add requirements-test.txt and requirements-test.txt * chore(gae): remove region tags from taskqueue/pull-counter/main.py
- Loading branch information
1 parent
d5d008a
commit 72190ce
Showing
8 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
appengine/standard/migration/taskqueue/pull-counter/requirements-test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
pytest==7.0.1 ; python_version >= "3.0" | ||
# pin pytest to 4.6.11 for Python2. | ||
pytest==4.6.11; python_version < '3.0' | ||
|
||
# pytest==8.3.4 and six==1.17.0 for Python3. | ||
pytest==8.3.4; python_version >= '3.0' | ||
six==1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# pin pytest to 4.6.11 for Python2. | ||
pytest==4.6.11; python_version < '3.0' | ||
|
||
# pytest==8.3.4 and six==1.17.0 for Python3. | ||
pytest==8.3.4; python_version >= '3.0' | ||
six==1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
appengine/standard/taskqueue/pull-counter/requirements-test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# pin pytest to 4.6.11 for Python2. | ||
pytest==4.6.11; python_version < '3.0' | ||
|
||
# pytest==8.3.4 and six==1.17.0 for Python3. | ||
pytest==8.3.4; python_version >= '3.0' | ||
six==1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|