mock 1.1 breaking py26 job
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sqlalchemy-migrate |
Fix Committed
|
Critical
|
Matt Riedemann |
Bug Description
http://
2015-07-15 14:15:56.204 | running testr
2015-07-15 14:15:56.204 | Traceback (most recent call last):
2015-07-15 14:15:56.204 | File "setup.py", line 21, in <module>
2015-07-15 14:15:56.205 | pbr=True)
2015-07-15 14:15:56.205 | File "/usr/lib64/
2015-07-15 14:15:56.205 | dist.run_commands()
2015-07-15 14:15:56.205 | File "/usr/lib64/
2015-07-15 14:15:56.206 | self.run_
2015-07-15 14:15:56.206 | File "/usr/lib64/
2015-07-15 14:15:56.206 | cmd_obj.run()
2015-07-15 14:15:56.207 | File "/home/
2015-07-15 14:15:56.207 | testr_ret = self._run_
2015-07-15 14:15:56.207 | File "/home/
2015-07-15 14:15:56.208 | sys.stdin, sys.stdout, sys.stderr)
2015-07-15 14:15:56.208 | File "/home/
2015-07-15 14:15:56.209 | cmdclass = _find_command(
2015-07-15 14:15:56.209 | File "/home/
2015-07-15 14:15:56.209 | _temp = __import__(modname, globals(), locals(), [classname])
2015-07-15 14:15:56.209 | File "/home/
2015-07-15 14:15:56.210 | from testrepository.
2015-07-15 14:15:56.210 | File "/home/
2015-07-15 14:15:56.210 | from testrepository.
2015-07-15 14:15:56.211 | File "/home/
2015-07-15 14:15:56.211 | from fixtures import Fixture
2015-07-15 14:15:56.211 | File "/home/
2015-07-15 14:15:56.212 | from fixtures._fixtures import (
2015-07-15 14:15:56.212 | File "/home/
2015-07-15 14:15:56.212 | from fixtures.
2015-07-15 14:15:56.213 | File "/home/
2015-07-15 14:15:56.213 | mock = extras.
2015-07-15 14:15:56.213 | File "/home/
2015-07-15 14:15:56.214 | module = try_import(
2015-07-15 14:15:56.214 | File "/home/
2015-07-15 14:15:56.214 | module = __import_
2015-07-15 14:15:56.215 | File "/home/
2015-07-15 14:15:56.215 | import mock.mock as _mock
2015-07-15 14:15:56.216 | File "/home/
2015-07-15 14:15:56.216 | _builtins = {name for name in dir(builtins) if not name.startswith
2015-07-15 14:15:56.238 | ^
2015-07-15 14:15:56.238 | SyntaxError: invalid syntax
2015-07-15 14:15:56.239 | The test run didn't actually run any tests
We have to update requirements to avoid mock 1.1 on py26.
Changed in sqlalchemy-migrate: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Matt Riedemann (mriedem) |
Fix proposed to branch: master /review. openstack. org/202170
Review: https:/