diff options
author | Andreas Jaeger <aj@suse.com> | 2020-05-18 19:40:03 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2020-05-18 19:40:03 +0200 |
commit | 7c51d65a433ce040eb500dbffa247eed1656d524 (patch) | |
tree | 6f57818a670e0f9b4ae799416e26a2165879b2e5 /test-requirements.txt | |
parent | 197a7eb9ef0d617bd7573706582e1027329e2341 (diff) | |
download | python-keystoneclient-7c51d65a433ce040eb500dbffa247eed1656d524.tar.gz |
Fix test-requirements.txt
python_version==2.7 is not supported anymore, remove this line to
unbreak the repo.
Change-Id: I15de57f071a3080239a4418561e4ad610289e478
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index d9e1972..835fd47 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,8 +7,7 @@ flake8-docstrings==0.2.1.post1 # MIT coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -keyring>=5.5.1,<19.0.0;python_version=='2.7' # MIT/PSF -keyring>=5.5.1;python_version>='3.4' # MIT/PSF +keyring>=5.5.1 # MIT/PSF lxml!=3.7.0,>=3.4.1 # BSD mock>=2.0.0 # BSD oauthlib>=0.6.2 # BSD |