horizon/openstack_dashboard
Victor Stinner 80ae31f461 Fix Python 3 issues in dashboard image tests
* Use NamedTemporaryFile instead of TemporaryFile because we must
  have a name which is a text on Python 3. Otherwise, the test fails.
  On Python 3, TemporaryFile uses an integer for the file name, the
  file descriptor.
* Replace filter() and map() with list comprehensions to get a list
  on Python 3.
* On Python 3, temporary files are open in binary mode so write a
  byte string instead of a text string.
* tox.ini: enable all image tests on Python 3.

Partial-Implements: blueprint porting-python3
Change-Id: Ice7f119c040bbddeda10ed45d137bb7851764b8d
2015-11-09 10:49:41 +01:00
..
2015-06-25 22:04:50 +00:00
2015-10-21 13:22:50 -07:00
2015-11-08 06:19:06 +00:00
2015-11-08 23:48:47 +01:00
2015-01-22 15:55:19 -07:00
2015-11-05 20:13:55 +00:00
2015-03-13 15:14:23 +11:00