Custom Query (1174 matches)
Results (145 - 147 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5420 | invalid | sqlalchemy-migrate-0.10.0 requires missing docutils | ||
| Description |
./setup.py install seems to fail if no docutils are installed. I need to re-check this one more time |
|||
| #5419 | fixed | Settle on a local development server for both Python 3 and Python 2 | ||
| Description |
We need a local development server that works on *both* Python 2 and Python 3. gunicorn is a likely candidate since we kind of used this for Python 3 before. Paste is not an option at this time of writing and it doesn't make sense for us to have two different strategies... we should unify. |
|||
| #5416 | fixed | FileObjectAwareFile breaking test in Python 3, doesn't know how to write unicode strings | ||
| Description |
Commit 2b4c339d very nicely fixed #647, though some of our tests write strings manually, and in Python 3, this is very specifically a bytes object, not a string object. As such, this test is breaking: _______________________ TestDecodeRequest.test_json_type _______________________
Traceback (most recent call last):
File "/home/cwebber/devel/mediagoblin/mediagoblin/tests/test_tools.py", line 40, in test_json_type
data = decode_request(request)
File "/home/cwebber/devel/mediagoblin/mediagoblin/tools/request.py", line 68, in decode_request
data = json.loads(data)
File "/gnu/store/awss99f2wql2h55wqjycvhnvsqpjfqsc-python-3.4.3/lib/python3.4/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
|
|||
