Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 15 / partial #1984

Merged
merged 15 commits into from
Apr 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ deps =

mock==2.0.0
pytest==3.6.0 # pyup: < 4 # blocked by `pytest-verbose-parametrize`
pytest-cov==2.6.0
pytest-cov==2.6.1
pytest-helpers-namespace==2019.1.8
pytest-mock==1.10.0
pytest-verbose-parametrize==1.4.0
pytest-xdist==1.26.0 # pyup: < 1.28 # blocked by `pytest`
shade==1.22.2
pytest-mock==1.10.3
pytest-verbose-parametrize==1.5.1
#git+https://github.com/manahl/pytest-plugins.git@54ca3c0#egg=pytest-verbose-parametrize&subdirectory=pytest-verbose-parametrize
pytest-xdist<1.28.0 # pyup: < 1.28 # blocked by `pytest`
shade==1.31.0
yapf>=0.25.0,<0.27 # pyup: < 0.27 # disable updates, conflicts with flake8 as per https://github.com/ansible/molecule/pull/1915

ansible25: ansible>=2.5,<2.6
Expand Down Expand Up @@ -96,8 +97,8 @@ extras =

[testenv:metadata-validation]
deps =
collective.checkdocs
twine
collective.checkdocs==0.2
twine==1.13.0
usedevelop = False
# Ref: https://twitter.com/di_codes/status/1044358639081975813
commands =
Expand All @@ -113,7 +114,7 @@ usedevelop = False
skip_install = True
# don't install any Python dist deps
deps =
setuptools_scm
setuptools_scm==3.2.0
# reset pre-commands
commands_pre =
# build the docker container
Expand Down