From 121dc09224033352db18db48dce384cc9369ebdf Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Wed, 3 Apr 2019 10:44:33 +0300 Subject: [PATCH] Remove oslosphinx from constraints Since the oslosphinx repo is being retired, remove all remaining reference to it Change-Id: I8d953e532219134925cc797cc1482f94b4cf3aab --- lower-constraints.txt | 1 - test-requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index d9941d6c..ab25935c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -71,7 +71,6 @@ oslo.serialization==2.18.0 oslo.service==1.24.0 oslo.utils==3.33.0 oslo.versionedobjects==1.31.2 -oslosphinx==4.7.0 oslotest==3.2.0 osprofiler==1.4.0 ovs==2.8.0 diff --git a/test-requirements.txt b/test-requirements.txt index d63ef451..2fab6849 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,6 @@ flake8-import-order==0.12 # LGPLv3 mock>=2.0.0 # BSD python-subunit>=1.0.0 # Apache-2.0/BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD