Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.extension
Commits
20d91c8a
Commit
20d91c8a
authored
Sep 12, 2014
by
André Anjos
💬
Browse files
Fix python3 tests
parent
a44b314c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/extension/test_utils.py
View file @
20d91c8a
...
...
@@ -91,7 +91,10 @@ def test_find_versioned_library():
def
test_requirement_readout
():
from
StringIO
import
StringIO
as
stringio
if
sys
.
version_info
[
0
]
==
3
:
from
io
import
StringIO
as
stringio
else
:
from
cStringIO
import
StringIO
as
stringio
f
=
""" # this is my requirements file
package-a >= 0.42
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment