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:37:04 +0100 |
commit | 1819a288eb8302cc09ab21156e889280cff9806f (patch) | |
tree | ee87a4ccfec346c0b757b7bcc69919617342533a /dev-requirements.txt | |
parent | 2f27d428f545af3f967d71c6ee9bb7df07b7d005 (diff) | |
download | buildstream-1819a288eb8302cc09ab21156e889280cff9806f.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 |