summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2013-06-03 14:05:02 -0700
committerClark Boylan <clark.boylan@gmail.com>2013-06-03 15:39:05 -0700
commitb18913e5778b78e6e6d98da36cf88df0150f226e (patch)
treeb83565aeb7d1db2def24b49441595277d31c94c6 /test-requirements.txt
parente7b90361b9dcf14a702fe8c3527406135abde624 (diff)
downloadpbr-b18913e5778b78e6e6d98da36cf88df0150f226e.tar.gz
More python3 compatibility.
* pbr/packaging.py: Properly convert bytes into unicode strings and back to bytes again. Replace os.path.walk() with os.walk(). * pbr/tests/__init__.py: Remove use of mox. * pbr/tests/moxstubout.py: Remove use of mox. * pbr/tests/test_setup.py: Use bytestrings instead of str or unicode when performing IO. * pbr/tests/test_version.py: Remove use of oslo.config. * requirements.txt: Pin jinja2 to version compatible with python3.2. * test-requirements.txt: Remove oslo.config and mox. Change-Id: I9b5a32d7204fa2af56ecf4fdcf6b6da3bbb03200
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 1bbf038..1b82ab0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,8 +2,6 @@ coverage>=3.6
discover
fixtures>=0.3.12
flake8
-mox
-oslo.config
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13