Merge "add proper pydot3 dependency"

This commit is contained in:
Zuul 2018-08-24 17:33:02 +00:00 committed by Gerrit Code Review
commit 4f49db152d
3 changed files with 4 additions and 12 deletions

View File

@ -48,6 +48,7 @@ pbr==2.0.0
pep8==1.5.7
prettytable==0.7.2
psycopg2==2.6.2
pydot==1.2.4
pydotplus==2.0.2
pyflakes==0.8.1
Pygments==2.2.0

View File

@ -50,3 +50,6 @@ debtcollector>=1.2.0 # Apache-2.0
# For stestr
stestr>=2.0.0 # Apache-2.0
# For pydot output tests
pydot>=1.2.4 # MIT License

12
tox.ini
View File

@ -87,18 +87,6 @@ import_exceptions =
# end-string."
ignore-path = doc/*/target,doc/*/build*
[testenv:py27]
deps =
{[testenv]deps}
pydot
basepython = python2.7
[testenv:py35]
deps =
{[testenv]deps}
pydot
basepython = python3.5
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt