From 9cfad752e19cc04a12ceb3b77bb658439bc84bf3 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Wed, 22 Apr 2015 17:12:08 -0700 Subject: [PATCH] Remove pysqlite test-requirement dependency pysqlite is no longer needed with py27 and definitely note needed in py34. Eliminate this as a test-requirement. This has the added benefit of eliminating one of the very few libaries that are blocking keystone from being python3.4 compatible. Change-Id: I63d5f0473fdfd91b559b47e7dd9ab4c4307a7c03 --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index f2cf0f7d5d..ff3f6f44f0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,9 +5,6 @@ hacking>=0.10.0,<0.11 bashate>=0.2 # Apache-2.0 -# Optional backend: SQL -pysqlite - # Optional backend: Memcache python-memcached>=1.48