Skip to content

Commit 3b2520f

Browse files
authored
Merge pull request #2736 from dhermes/dep-tweaks
Fixing accidental removal of {localdeps}
2 parents 2500a6b + 2f64ec6 commit 3b2520f

File tree

17 files changed

+48
-1
lines changed

17 files changed

+48
-1
lines changed

bigquery/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ covercmd =
1818

1919
[testenv]
2020
commands =
21+
{[testing]localdeps}
2122
py.test --quiet {posargs} unit_tests
2223
deps =
2324
{[testing]deps}
@@ -26,6 +27,7 @@ deps =
2627
basepython =
2728
python2.7
2829
commands =
30+
{[testing]localdeps}
2931
{[testing]covercmd}
3032
deps =
3133
{[testenv]deps}

bigtable/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ covercmd =
1717

1818
[testenv]
1919
commands =
20+
{[testing]localdeps}
2021
py.test --quiet {posargs} unit_tests
2122
deps =
2223
{[testing]deps}
@@ -25,6 +26,7 @@ deps =
2526
basepython =
2627
python2.7
2728
commands =
29+
{[testing]localdeps}
2830
{[testing]covercmd}
2931
deps =
3032
{[testenv]deps}

datastore/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ covercmd =
1818

1919
[testenv]
2020
commands =
21+
{[testing]localdeps}
2122
py.test --quiet {posargs} unit_tests
2223
deps =
2324
{[testing]deps}
@@ -26,6 +27,7 @@ deps =
2627
basepython =
2728
python2.7
2829
commands =
30+
{[testing]localdeps}
2931
{[testing]covercmd}
3032
deps =
3133
{[testenv]deps}

dns/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ covercmd =
1717

1818
[testenv]
1919
commands =
20+
{[testing]localdeps}
2021
py.test --quiet {posargs} unit_tests
2122
deps =
2223
{[testing]deps}
@@ -25,6 +26,7 @@ deps =
2526
basepython =
2627
python2.7
2728
commands =
29+
{[testing]localdeps}
2830
{[testing]covercmd}
2931
deps =
3032
{[testenv]deps}

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ error_reporting/
99
monitoring/
1010
pubsub/
1111
resource_manager/
12+
runtimeconfig/
1213
speech/
1314
storage/
1415
translate/

error_reporting/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ covercmd =
2020

2121
[testenv]
2222
commands =
23+
{[testing]localdeps}
2324
py.test --quiet {posargs} unit_tests
2425
deps =
2526
{[testing]deps}
@@ -28,6 +29,7 @@ deps =
2829
basepython =
2930
python2.7
3031
commands =
32+
{[testing]localdeps}
3133
{[testing]covercmd}
3234
deps =
3335
{[testenv]deps}

language/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ covercmd =
1717

1818
[testenv]
1919
commands =
20+
{[testing]localdeps}
2021
py.test --quiet {posargs} unit_tests
2122
deps =
2223
{[testing]deps}
@@ -25,6 +26,7 @@ deps =
2526
basepython =
2627
python2.7
2728
commands =
29+
{[testing]localdeps}
2830
{[testing]covercmd}
2931
deps =
3032
{[testenv]deps}

logging/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ covercmd =
1818

1919
[testenv]
2020
commands =
21+
{[testing]localdeps}
2122
py.test --quiet {posargs} unit_tests
2223
deps =
2324
{[testing]deps}
@@ -26,6 +27,7 @@ deps =
2627
basepython =
2728
python2.7
2829
commands =
30+
{[testing]localdeps}
2931
{[testing]covercmd}
3032
deps =
3133
{[testenv]deps}

monitoring/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ covercmd =
1717

1818
[testenv]
1919
commands =
20+
{[testing]localdeps}
2021
py.test --quiet {posargs} unit_tests
2122
deps =
2223
{[testing]deps}
@@ -26,6 +27,7 @@ deps =
2627
basepython =
2728
python2.7
2829
commands =
30+
{[testing]localdeps}
2931
{[testing]covercmd}
3032
deps =
3133
{[testing]deps}

pubsub/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ covercmd =
1818

1919
[testenv]
2020
commands =
21+
{[testing]localdeps}
2122
py.test --quiet {posargs} unit_tests
2223
deps =
2324
{[testing]deps}
@@ -26,6 +27,7 @@ deps =
2627
basepython =
2728
python2.7
2829
commands =
30+
{[testing]localdeps}
2931
{[testing]covercmd}
3032
deps =
3133
{[testenv]deps}

0 commit comments

Comments
 (0)