diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-08-12 04:10:27 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-12 04:20:25 +0100 |
commit | dee0e9bf6fe906b998731155262c537efaa4792b (patch) | |
tree | 4358f285f90ced86dfe8d6e1f330268251f97957 /dev-requirements.txt | |
parent | f2f572cb660b5c13c7d144124ea8043223d169ec (diff) | |
download | buildstream-dee0e9bf6fe906b998731155262c537efaa4792b.tar.gz |
dev-requirements.txt: Remove obsolete comments
This also fixes an error with pylint in setup.py:
setup.py:226:19: R1718: Consider using a set comprehension (consider-using-set-comprehension)
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index d3d4ab64a..81429f0ef 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,3 @@ -# Pin coverage to 4.2 for now, we're experiencing -# random crashes with 4.4.2 coverage == 4.4.0 pep8 pytest >= 3.1.0 @@ -8,5 +6,4 @@ pytest-datafiles pytest-env pytest-pep8 pytest-pylint -# Provide option to run tests in parallel, less reliable pytest-xdist |