diff options
author | Sean Dague <sean@dague.net> | 2014-04-08 19:37:20 -0400 |
---|---|---|
committer | Sean Dague <sean@dague.net> | 2014-04-08 19:37:20 -0400 |
commit | 8494418e715ced5cd519224249794cc6f5fa241f (patch) | |
tree | 7f39e84a0c7f1a247286c320ca795214b6b896b9 /test-requirements.txt | |
parent | 02aeac0b1463926cec439b6eb0cd1d9b7dab1d8c (diff) | |
download | pbr-8494418e715ced5cd519224249794cc6f5fa241f.tar.gz |
make pbr use hacking directly
Remove flake8 from pbr's requirements file, we should be requiring
hacking instead, and let hacking pull in flake8.
Change-Id: I6e7135a07e3ca6b9e26fcc9623b1434ecba1444f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 7660c9b..625a7e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ coverage>=3.6 discover fixtures>=0.3.14 -flake8==2.0 +hacking>=0.8,<0.9 mock>=1.0 python-subunit>=0.0.18 sphinx>=1.1.2,<1.2 |