From 509d494f0ddf5eb67eb14c62fd8f5577beaa4144 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 5 Nov 2018 16:32:55 -0500 Subject: [PATCH] Drop dependency on monotonic Since it's no longer used we can stop requiring it. This also fixes the requirements check job after change Ib8c1bf08f5fa7463911602b0df19315907c81e04. Change-Id: I2f165999fbcc208067a265a3bba049fc86943a47 --- glance/common/timeutils.py | 1 - lower-constraints.txt | 1 - requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/glance/common/timeutils.py b/glance/common/timeutils.py index d3d865c3bd..93ab868ed4 100644 --- a/glance/common/timeutils.py +++ b/glance/common/timeutils.py @@ -20,7 +20,6 @@ Time related utilities and helper functions. import datetime import iso8601 -from monotonic import monotonic as now # noqa from oslo_utils import encodeutils # ISO 8601 extended time format with microseconds diff --git a/lower-constraints.txt b/lower-constraints.txt index 4e158cd56c..252b4e3544 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -52,7 +52,6 @@ Mako==1.0.7 MarkupSafe==1.0 mccabe==0.2.1 mock==2.0.0 -monotonic==0.6 mox3==0.25.0 msgpack==0.5.6 netaddr==0.7.19 diff --git a/requirements.txt b/requirements.txt index ee25e7e793..5e49adacf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,4 +55,3 @@ cursive>=0.2.1 # Apache-2.0 # timeutils iso8601>=0.1.11 # MIT -monotonic>=0.6 # Apache-2.0