diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-02-26 17:24:43 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-03-04 20:24:23 +0900 |
commit | d4a6f14840a711b6b012598e0dae088d85ae22a6 (patch) | |
tree | 98deef4624d5cedad8cec70adad0ede19d24de6e /requirements/dev-requirements.txt | |
parent | f7c3cf98ba83fe49f93867af3261f21f7a91e1ed (diff) | |
download | buildstream-d4a6f14840a711b6b012598e0dae088d85ae22a6.tar.gz |
tox.ini / requirements: Separated coverage requirements
Since coverage is optional, lets make it really optional.
Diffstat (limited to 'requirements/dev-requirements.txt')
-rw-r--r-- | requirements/dev-requirements.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index c34f6db12..d8039c316 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,25 +1,25 @@ -coverage==4.4 pylint==2.2.2 -pycodestyle==2.4.0 -pytest==4.0.2 -pytest-cov==2.6.1 +pycodestyle==2.5.0 +pytest==4.3.0 pytest-datafiles==2.0 pytest-env==0.6.2 -pytest-xdist==1.25.0 +pytest-xdist==1.26.1 pytest-timeout==1.3.3 pyftpdlib==1.5.4 ## The following requirements were added by pip freeze: apipkg==1.5 astroid==2.1.0 -atomicwrites==1.2.1 +atomicwrites==1.3.0 attrs==18.2.0 execnet==1.5.0 -isort==4.3.4 +isort==4.3.9 lazy-object-proxy==1.3.1 mccabe==0.6.1 -more-itertools==5.0.0 -pluggy==0.8.0 -py==1.7.0 -pytest-forked==0.2 +more-itertools==6.0.0 +pathlib2==2.3.3 +pluggy==0.9.0 +py==1.8.0 +pytest-forked==1.0.2 six==1.12.0 -wrapt==1.10.11 +typed-ast==1.3.1 +wrapt==1.11.1 |