Created
July 13, 2014 02:48
-
-
Save bjmc/ce756d3dba317589a36f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GLOB sdist-make: /home/bjmc/Sandbox/apscheduler/setup.py | |
py26 inst-nodeps: /home/bjmc/Sandbox/apscheduler/.tox/dist/APScheduler-3.1.0.dev1.zip | |
py26 runtests: commands[0] | py.test -rsx | |
============================= test session starts ============================== | |
platform linux2 -- Python 2.6.9 -- py-1.4.20 -- pytest-2.5.2 | |
collected 411 items | |
tests/test_executors.py ........ | |
tests/test_expressions.py .......................... | |
tests/test_job.py ..................................... | |
tests/test_jobstores.py .................................................................................................................. | |
tests/test_schedulers.py ...............................................................................................................sss | |
tests/test_triggers.py ....................................... | |
tests/test_util.py .....................................................s.................ss | |
=========================== short test summary info ============================ | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:1034: could not import 'PySide.QtCore' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py26/lib/python2.6/site-packages/_pytest/skipping.py:132: Requires Python >= 3.3 | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py26/lib/python2.6/site-packages/_pytest/skipping.py:132: Requires Python >= 3 | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py26/lib/python2.6/site-packages/_pytest/skipping.py:132: Requires Python >= 3.4 | |
==================== 405 passed, 6 skipped in 24.81 seconds ==================== | |
py27 inst-nodeps: /home/bjmc/Sandbox/apscheduler/.tox/dist/APScheduler-3.1.0.dev1.zip | |
py27 runtests: commands[0] | py.test -rsx | |
============================= test session starts ============================== | |
platform linux2 -- Python 2.7.6 -- py-1.4.20 -- pytest-2.5.2 | |
collected 411 items | |
tests/test_executors.py ........ | |
tests/test_expressions.py .......................... | |
tests/test_job.py ..................................... | |
tests/test_jobstores.py .................................................................................................................. | |
tests/test_schedulers.py ...............................................................................................................sss | |
tests/test_triggers.py ....................................... | |
tests/test_util.py .....................................................s.................ss | |
=========================== short test summary info ============================ | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:1034: could not import 'PySide.QtCore' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py27/local/lib/python2.7/site-packages/_pytest/skipping.py:132: Requires Python >= 3 | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py27/local/lib/python2.7/site-packages/_pytest/skipping.py:132: Requires Python >= 3.3 | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py27/local/lib/python2.7/site-packages/_pytest/skipping.py:132: Requires Python >= 3.4 | |
==================== 405 passed, 6 skipped in 24.68 seconds ==================== | |
py32 inst-nodeps: /home/bjmc/Sandbox/apscheduler/.tox/dist/APScheduler-3.1.0.dev1.zip | |
py32 runtests: commands[0] | py.test -rsx | |
============================= test session starts ============================== | |
platform linux2 -- Python 3.2.5 -- py-1.4.20 -- pytest-2.5.2 | |
collected 411 items | |
tests/test_executors.py ........ | |
tests/test_expressions.py .......................... | |
tests/test_job.py ....................................s | |
tests/test_jobstores.py ....E....s....s....s....s....s....s....s........ss........................ssssss....s...s....s....s....s.......... | |
tests/test_schedulers.py ......................................................................................................sss......sss | |
tests/test_triggers.py ....................................... | |
tests/test_util.py .....................................................s......ss.........s. | |
==================================== ERRORS ==================================== | |
_________________ ERROR at setup of test_lookup_job[rethinkdb] _________________ | |
tests/test_jobstores.py:82: in jobstore | |
> return request.param(request) | |
tests/test_jobstores.py:48: in rethinkdbjobstore | |
> rethinkdb = pytest.importorskip('apscheduler.jobstores.rethinkdb') | |
apscheduler/jobstores/rethinkdb.py:13: in <module> | |
> import rethinkdb as r | |
.tox/py32/lib/python3.2/site-packages/rethinkdb/__init__.py:4: in <module> | |
> from .query import js, http, json, args, error, random, do, row, table, db, db_create, db_drop, db_list, table_create, table_drop, table_list, branch, asc, desc, eq, ne, le, ge, lt, gt, any, all, add, sub, mul, div, mod, type_of, info, time, monday, tuesday, wednesday, thursday, friday, saturday, sunday, january, february, march, april, may, june, july, august, september, october, november, december, iso8601, epoch_time, now, literal, make_timezone, and_, or_, not_, object | |
.tox/py32/lib/python3.2/site-packages/rethinkdb/query.py:32: in <module> | |
> row = ImplicitVar() | |
.tox/py32/lib/python3.2/site-packages/rethinkdb/ast.py:62: in __init__ | |
> for (k,v) in optargs.iteritems(): | |
E AttributeError: 'dict' object has no attribute 'iteritems' | |
=========================== short test summary info ============================ | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:1034: could not import 'PySide.QtCore' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py32/lib/python3.2/site-packages/_pytest/skipping.py:132: Requires Python >= 3.3 | |
SKIP [20] /home/bjmc/Sandbox/apscheduler/tests/test_jobstores.py:48: could not import 'apscheduler.jobstores.rethinkdb' | |
SKIP [2] /home/bjmc/Sandbox/apscheduler/.tox/py32/lib/python3.2/site-packages/_pytest/skipping.py:132: Requires Python < 3 | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py32/lib/python3.2/site-packages/_pytest/skipping.py:132: Requires Python < 3.0 | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:964: could not import 'apscheduler.schedulers.gevent' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py32/lib/python3.2/site-packages/_pytest/skipping.py:132: Requires Python >= 3.4 | |
=============== 379 passed, 31 skipped, 1 error in 5.67 seconds ================ | |
ERROR: InvocationError: '/home/bjmc/Sandbox/apscheduler/.tox/py32/bin/py.test -rsx' | |
py33 inst-nodeps: /home/bjmc/Sandbox/apscheduler/.tox/dist/APScheduler-3.1.0.dev1.zip | |
py33 runtests: commands[0] | py.test -rsx | |
============================= test session starts ============================== | |
platform linux -- Python 3.3.5 -- py-1.4.20 -- pytest-2.5.2 | |
collected 411 items | |
tests/test_executors.py ........ | |
tests/test_expressions.py .......................... | |
tests/test_job.py ....................................s | |
tests/test_jobstores.py ....E....s....s....s....s....s....s....s........ss........................ssssss....s...s....s....s....s.......... | |
tests/test_schedulers.py ......................................................................................................sss......sss | |
tests/test_triggers.py ....................................... | |
tests/test_util.py ............................................................ss.........s. | |
==================================== ERRORS ==================================== | |
_________________ ERROR at setup of test_lookup_job[rethinkdb] _________________ | |
tests/test_jobstores.py:82: in jobstore | |
> return request.param(request) | |
tests/test_jobstores.py:48: in rethinkdbjobstore | |
> rethinkdb = pytest.importorskip('apscheduler.jobstores.rethinkdb') | |
apscheduler/jobstores/rethinkdb.py:13: in <module> | |
> import rethinkdb as r | |
.tox/py33/lib/python3.3/site-packages/rethinkdb/__init__.py:4: in <module> | |
> from .query import js, http, json, args, error, random, do, row, table, db, db_create, db_drop, db_list, table_create, table_drop, table_list, branch, asc, desc, eq, ne, le, ge, lt, gt, any, all, add, sub, mul, div, mod, type_of, info, time, monday, tuesday, wednesday, thursday, friday, saturday, sunday, january, february, march, april, may, june, july, august, september, october, november, december, iso8601, epoch_time, now, literal, make_timezone, and_, or_, not_, object | |
.tox/py33/lib/python3.3/site-packages/rethinkdb/query.py:32: in <module> | |
> row = ImplicitVar() | |
.tox/py33/lib/python3.3/site-packages/rethinkdb/ast.py:62: in __init__ | |
> for (k,v) in optargs.iteritems(): | |
E AttributeError: 'dict' object has no attribute 'iteritems' | |
=========================== short test summary info ============================ | |
SKIP [2] /home/bjmc/Sandbox/apscheduler/.tox/py33/lib/python3.3/site-packages/_pytest/skipping.py:132: Requires Python < 3 | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:964: could not import 'apscheduler.schedulers.gevent' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py33/lib/python3.3/site-packages/_pytest/skipping.py:132: Requires Python >= 3.4 | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:1034: could not import 'PySide.QtCore' | |
SKIP [20] /home/bjmc/Sandbox/apscheduler/tests/test_jobstores.py:48: could not import 'apscheduler.jobstores.rethinkdb' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py33/lib/python3.3/site-packages/_pytest/skipping.py:132: Requires Python < 3.0 | |
=============== 380 passed, 30 skipped, 1 error in 5.93 seconds ================ | |
ERROR: InvocationError: '/home/bjmc/Sandbox/apscheduler/.tox/py33/bin/py.test -rsx' | |
py34 inst-nodeps: /home/bjmc/Sandbox/apscheduler/.tox/dist/APScheduler-3.1.0.dev1.zip | |
py34 runtests: commands[0] | py.test -rsx | |
============================= test session starts ============================== | |
platform linux -- Python 3.4.0 -- py-1.4.20 -- pytest-2.5.2 | |
collected 411 items | |
tests/test_executors.py ........ | |
tests/test_expressions.py .......................... | |
tests/test_job.py ....................................s | |
tests/test_jobstores.py ....E....s....s....s....s....s....s....s........ss........................ssssss....s...s....s....s....s.......... | |
tests/test_schedulers.py ......................................................................................................sss......sss | |
tests/test_triggers.py ....................................... | |
tests/test_util.py ............................................................ss........... | |
==================================== ERRORS ==================================== | |
_________________ ERROR at setup of test_lookup_job[rethinkdb] _________________ | |
tests/test_jobstores.py:82: in jobstore | |
> return request.param(request) | |
tests/test_jobstores.py:48: in rethinkdbjobstore | |
> rethinkdb = pytest.importorskip('apscheduler.jobstores.rethinkdb') | |
apscheduler/jobstores/rethinkdb.py:13: in <module> | |
> import rethinkdb as r | |
.tox/py34/lib/python3.4/site-packages/rethinkdb/__init__.py:4: in <module> | |
> from .query import js, http, json, args, error, random, do, row, table, db, db_create, db_drop, db_list, table_create, table_drop, table_list, branch, asc, desc, eq, ne, le, ge, lt, gt, any, all, add, sub, mul, div, mod, type_of, info, time, monday, tuesday, wednesday, thursday, friday, saturday, sunday, january, february, march, april, may, june, july, august, september, october, november, december, iso8601, epoch_time, now, literal, make_timezone, and_, or_, not_, object | |
.tox/py34/lib/python3.4/site-packages/rethinkdb/query.py:32: in <module> | |
> row = ImplicitVar() | |
.tox/py34/lib/python3.4/site-packages/rethinkdb/ast.py:62: in __init__ | |
> for (k,v) in optargs.iteritems(): | |
E AttributeError: 'dict' object has no attribute 'iteritems' | |
=========================== short test summary info ============================ | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/py34/lib/python3.4/site-packages/_pytest/skipping.py:132: Requires Python < 3.0 | |
SKIP [20] /home/bjmc/Sandbox/apscheduler/tests/test_jobstores.py:48: could not import 'apscheduler.jobstores.rethinkdb' | |
SKIP [2] /home/bjmc/Sandbox/apscheduler/.tox/py34/lib/python3.4/site-packages/_pytest/skipping.py:132: Requires Python < 3 | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:1034: could not import 'PySide.QtCore' | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:964: could not import 'apscheduler.schedulers.gevent' | |
=============== 381 passed, 29 skipped, 1 error in 6.60 seconds ================ | |
ERROR: InvocationError: '/home/bjmc/Sandbox/apscheduler/.tox/py34/bin/py.test -rsx' | |
pypy inst-nodeps: /home/bjmc/Sandbox/apscheduler/.tox/dist/APScheduler-3.1.0.dev1.zip | |
pypy runtests: commands[0] | py.test -rsx | |
============================= test session starts ============================== | |
platform linux2 -- Python 2.7.3[pypy-2.2.1-final] -- py-1.4.20 -- pytest-2.5.2 | |
collected 411 items | |
tests/test_executors.py ........ | |
tests/test_expressions.py .......................... | |
tests/test_job.py ..................................... | |
tests/test_jobstores.py .................................................................................................................. | |
tests/test_schedulers.py ......................................................................................................sss......sss | |
tests/test_triggers.py ....................................... | |
tests/test_util.py .....................................................s.................ss | |
=========================== short test summary info ============================ | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:1034: could not import 'PySide.QtCore' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/pypy/site-packages/_pytest/skipping.py:132: Requires Python >= 3 | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/pypy/site-packages/_pytest/skipping.py:132: Requires Python >= 3.3 | |
SKIP [3] /home/bjmc/Sandbox/apscheduler/tests/test_schedulers.py:964: could not import 'apscheduler.schedulers.gevent' | |
SKIP [1] /home/bjmc/Sandbox/apscheduler/.tox/pypy/site-packages/_pytest/skipping.py:132: Requires Python >= 3.4 | |
==================== 402 passed, 9 skipped in 28.10 seconds ==================== | |
pypy3 create: /home/bjmc/Sandbox/apscheduler/.tox/pypy3 | |
ERROR: InterpreterNotFound: pypy3 | |
flake8 develop-inst-nodeps: /home/bjmc/Sandbox/apscheduler | |
flake8 runtests: commands[0] | flake8 apscheduler tests | |
___________________________________ summary ____________________________________ | |
py26: commands succeeded | |
py27: commands succeeded | |
ERROR: py32: commands failed | |
ERROR: py33: commands failed | |
ERROR: py34: commands failed | |
pypy: commands succeeded | |
ERROR: pypy3: InterpreterNotFound: pypy3 | |
flake8: commands succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment