Skip to content

Commit b4b5ce5

Browse files
committed
Need to install from local deps first.
The `pip install --upgrade` still is needed to ensure freshness but by removing the filesystem paths from deps we made the initial install grab from PyPI (by mistake). This way, all local package deps are grabbed from the local filesystem.
1 parent 26eac52 commit b4b5ce5

File tree

1 file changed

+1
-2
lines changed
  • packages/google-cloud-monitoring

1 file changed

+1
-2
lines changed

packages/google-cloud-monitoring/tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ envlist =
66
localdeps =
77
pip install --quiet --upgrade {toxinidir}/../core
88
deps =
9+
{toxinidir}/../core
910
pytest
1011
covercmd =
1112
py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617

1718
[testenv]
1819
commands =
19-
{[testing]localdeps}
2020
py.test --quiet {posargs} unit_tests
2121
deps =
2222
{[testing]deps}
@@ -26,7 +26,6 @@ deps =
2626
basepython =
2727
python2.7
2828
commands =
29-
{[testing]localdeps}
3029
{[testing]covercmd}
3130
deps =
3231
{[testing]deps}

0 commit comments

Comments
 (0)