Skip to content

Run the tests... #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2017
Merged

Run the tests... #19

merged 1 commit into from
Oct 4, 2017

Conversation

greut
Copy link
Contributor

@greut greut commented Oct 4, 2017

I've realised that something was wrong there with the times spent.

capture d ecran de 2017-10-04 09-18-48

No tests were running... and tox+tox-travais are failing when the atexit call is made by pyvips. Something that doesn't occur locally...

So, this rolls back tox-travis but keeps the rest.

Signed-off-by: Yoan Blanc <[email protected]>
@jcupitt jcupitt merged commit 9412b8e into libvips:master Oct 4, 2017
@jcupitt
Copy link
Member

jcupitt commented Oct 4, 2017

OK, merged!

@greut
Copy link
Contributor Author

greut commented Oct 4, 2017

fyi https://travis-ci.org/greut/pyvips/builds/283283621

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/opt/python/2.7.13/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/home/travis/build/greut/pyvips/pyvips/__init__.py", line 120, in _remove_log_handler
    glib_lib.g_log_remove_handler(_to_bytes('VIPS'), _log_handler_id)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 875, in __getattr__
    make_accessor(name)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 871, in make_accessor
    accessors[name](name)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 800, in accessor_function
    BType = ffi._get_cached_btype(tp)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 416, in _get_cached_btype
    BType = type.get_cached_btype(self, finishlist)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/model.py", line 60, in get_cached_btype
    BType = self.build_backend_type(ffi, finishlist)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/model.py", line 255, in build_backend_type
    tuple(args), result, self.ellipsis, *abi_args)
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/opt/python/2.7.13/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/home/travis/build/greut/pyvips/pyvips/__init__.py", line 120, in _remove_log_handler
    glib_lib.g_log_remove_handler(_to_bytes('VIPS'), _log_handler_id)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 875, in __getattr__
    make_accessor(name)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 871, in make_accessor
    accessors[name](name)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 800, in accessor_function
    BType = ffi._get_cached_btype(tp)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/api.py", line 416, in _get_cached_btype
    BType = type.get_cached_btype(self, finishlist)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/model.py", line 60, in get_cached_btype
    BType = self.build_backend_type(ffi, finishlist)
  File "/home/travis/build/greut/pyvips/.tox/py27-test/lib/python2.7/site-packages/cffi/model.py", line 255, in build_backend_type
    tuple(args), result, self.ellipsis, *abi_args)
TypeError: 'NoneType' object is not callable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants