diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-03 16:32:40 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-03 16:32:40 -0500 |
commit | 7c681c42d9e53b06dcecd6d6c1f987f8b76ab9e9 (patch) | |
tree | 726386a0723e3dca50dc7814c864e766f9dded33 | |
parent | 892bf99eaf70ec1bd89a73f408c0bfbcfc9ceb6b (diff) | |
download | buildstream-7c681c42d9e53b06dcecd6d6c1f987f8b76ab9e9.tar.gz |
tools/dev-requirements.{in,txt}: Removed requirements on pylint/codestyle pytest plugins
We no longer run the linters through pytest, so we don't need these
plugins anymore.
-rw-r--r-- | tools/dev-requirements.in | 3 | ||||
-rw-r--r-- | tools/dev-requirements.txt | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/tools/dev-requirements.in b/tools/dev-requirements.in index 42c300f39..9edb23423 100644 --- a/tools/dev-requirements.in +++ b/tools/dev-requirements.in @@ -1,11 +1,10 @@ coverage == 4.4.0 pylint +pycodestyle pytest >= 3.9 -pytest-codestyle >= 1.4.0 pytest-cov >= 2.5.0 pytest-datafiles >= 2.0 pytest-env -pytest-pylint pytest-xdist pytest-timeout pyftpdlib diff --git a/tools/dev-requirements.txt b/tools/dev-requirements.txt index 28e3560e4..d706bc9f5 100644 --- a/tools/dev-requirements.txt +++ b/tools/dev-requirements.txt @@ -1,11 +1,10 @@ coverage==4.4 pylint==2.2.2 +pycodestyle==2.4.0 pytest==4.0.2 -pytest-codestyle==1.4.0 pytest-cov==2.6.0 pytest-datafiles==2.0 pytest-env==0.6.2 -pytest-pylint==0.13.0 pytest-xdist==1.25.0 pytest-timeout==1.3.3 pyftpdlib==1.5.4 @@ -21,8 +20,6 @@ mccabe==0.6.1 more-itertools==5.0.0 pluggy==0.8.0 py==1.7.0 -pycodestyle==2.4.0 pytest-forked==0.2 six==1.12.0 -typed-ast==1.1.1 wrapt==1.10.11 |