Skip to content

Commit f02e48b

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 6121dbe commit f02e48b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-cloud-dns/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}
@@ -25,7 +25,6 @@ deps =
2525
basepython =
2626
python2.7
2727
commands =
28-
{[testing]localdeps}
2928
{[testing]covercmd}
3029
deps =
3130
{[testenv]deps}

0 commit comments

Comments
 (0)