From 0d37492c6595b2f88d7fb51b81060439e60fd674 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 30 Nov 2020 14:40:41 -0800 Subject: Clean up requirements a bit * Drop osc from test-requirements (and lower-constraints) I'm not clear on where/how we use it; I think it was a hold-over from swift3? * Pin python-keystoneclient in our py2-constraints Something sees to have changed with the pip resolver that means it keeps trying to install a newer, py3-only version for our py2 jobs. Change-Id: Ie37ac077517e1ece5fa6bf163d1ab5e316ced509 --- lower-constraints.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lower-constraints.txt') diff --git a/lower-constraints.txt b/lower-constraints.txt index cfb0fe3d0..4a98d3873 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -62,7 +62,6 @@ python-keystoneclient==2.0.0 python-mimeparse==1.6.0 python-subunit==1.2.0 python-swiftclient==3.2.0 -python-openstackclient==3.12.0 pytz==2018.3 PyYAML==3.12 requests==2.14.2 -- cgit v1.2.1