Skip to content

Commit

Permalink
Fix tests for python 3.5
Browse files Browse the repository at this point in the history
Using six to have uniform access to StringIO
  • Loading branch information
Javier Collado committed Nov 25, 2016
1 parent e25359b commit 287019b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PyYAML==3.12
blinker==1.4
pika==0.10.0
six==1.10.0
sqlalchemy==1.1.4
3 changes: 2 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
import logging

from unittest import TestCase
from StringIO import StringIO

import yaml

from mock import patch
from six import StringIO

from rabbithole.cli import (
configure_logging,
parse_arguments,
Expand Down

0 comments on commit 287019b

Please sign in to comment.