Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

ImportError: numpy.core.multiarray failed to import #91

Closed
laughingman7743 opened this issue Jan 12, 2020 · 0 comments
Closed

ImportError: numpy.core.multiarray failed to import #91

laughingman7743 opened this issue Jan 12, 2020 · 0 comments

Comments

@laughingman7743
Copy link
Owner

The test is broken in Python3.5, 3.6, 3.7.
https://travis-ci.com/laughingman7743/PyAthenaJDBC/builds/144042238
https://travis-ci.com/laughingman7743/PyAthenaJDBC/jobs/274688960

Details
==================================== ERRORS ====================================
_________________ ERROR at setup of TestCursor.test_arraysize __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
---------------------------- Captured stderr setup -----------------------------
ModuleNotFoundError: No module named 'numpy'
_____________ ERROR at setup of TestCursor.test_arraysize_default ______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________________ ERROR at setup of TestCursor.test_bad_query __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________________ ERROR at setup of TestCursor.test_cancel ___________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________________ ERROR at setup of TestCursor.test_complex ___________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
____________ ERROR at setup of TestCursor.test_connection_is_closed ____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______ ERROR at setup of TestCursor.test_contain_special_character_query _______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_ ERROR at setup of TestCursor.test_contain_special_character_query_with_parameter _

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______________ ERROR at setup of TestCursor.test_cursor_is_closed ______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________________ ERROR at setup of TestCursor.test_description _________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_____________ ERROR at setup of TestCursor.test_description_failed _____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
____________ ERROR at setup of TestCursor.test_description_initial _____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________________ ERROR at setup of TestCursor.test_escape ___________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________________ ERROR at setup of TestCursor.test_fetchall __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________________ ERROR at setup of TestCursor.test_fetchmany __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________________ ERROR at setup of TestCursor.test_fetchone __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______________ ERROR at setup of TestCursor.test_fetchone_no_data ______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_____________ ERROR at setup of TestCursor.test_invalid_arraysize ______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_______________ ERROR at setup of TestCursor.test_invalid_params _______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________________ ERROR at setup of TestCursor.test_iterator __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
____________ ERROR at setup of TestCursor.test_multiple_connection _____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________________ ERROR at setup of TestCursor.test_no_ops ___________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________________ ERROR at setup of TestCursor.test_no_params __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______________ ERROR at setup of TestCursor.test_none_empty_query ______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
____________________ ERROR at setup of TestCursor.test_null ____________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________________ ERROR at setup of TestCursor.test_null_param _________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________________ ERROR at setup of TestCursor.test_open_close _________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________________ ERROR at setup of TestCursor.test_unicode ___________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestParameterFormatter.test_add_partition __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestParameterFormatter.test_drop_partition _________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______ ERROR at setup of TestParameterFormatter.test_format_bad_parameter ______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestParameterFormatter.test_format_bool ___________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________ ERROR at setup of TestParameterFormatter.test_format_bool_list ________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestParameterFormatter.test_format_date ___________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________ ERROR at setup of TestParameterFormatter.test_format_date_list ________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________ ERROR at setup of TestParameterFormatter.test_format_datetime _________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______ ERROR at setup of TestParameterFormatter.test_format_datetime_list ______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestParameterFormatter.test_format_decimal _________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______ ERROR at setup of TestParameterFormatter.test_format_decimal_list _______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestParameterFormatter.test_format_float __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_______ ERROR at setup of TestParameterFormatter.test_format_float_list ________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________ ERROR at setup of TestParameterFormatter.test_format_int ___________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________ ERROR at setup of TestParameterFormatter.test_format_int_list _________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestParameterFormatter.test_format_none ___________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________ ERROR at setup of TestParameterFormatter.test_format_none_list ________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________ ERROR at setup of TestParameterFormatter.test_format_str ___________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
________ ERROR at setup of TestParameterFormatter.test_format_str_list _________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestParameterFormatter.test_format_unicode _________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______ ERROR at setup of TestParameterFormatter.test_format_unicode_list _______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________ ERROR at setup of TestSQLAlchemyAthena.test_basic_query ____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________ ERROR at setup of TestSQLAlchemyAthena.test_char_length ____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_ ERROR at setup of TestSQLAlchemyAthena.test_contain_percents_character_query _

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_ ERROR at setup of TestSQLAlchemyAthena.test_contain_percents_character_query_with_parameter _

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestSQLAlchemyAthena.test_get_column_type __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
___________ ERROR at setup of TestSQLAlchemyAthena.test_get_columns ____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestSQLAlchemyAthena.test_get_table_names __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
____________ ERROR at setup of TestSQLAlchemyAthena.test_has_table _____________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_______ ERROR at setup of TestSQLAlchemyAthena.test_query_with_parameter _______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______ ERROR at setup of TestSQLAlchemyAthena.test_reflect_no_such_table _______

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________ ERROR at setup of TestSQLAlchemyAthena.test_reflect_schemas __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestSQLAlchemyAthena.test_reflect_select __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestSQLAlchemyAthena.test_reflect_table ___________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__ ERROR at setup of TestSQLAlchemyAthena.test_reflect_table_include_columns ___

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
____ ERROR at setup of TestSQLAlchemyAthena.test_reflect_table_with_schema _____

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
__________ ERROR at setup of TestSQLAlchemyAthena.test_reserved_words __________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_____________ ERROR at setup of TestSQLAlchemyAthena.test_unicode ______________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
_________________ ERROR at setup of TestUtil.test_to_datetime __________________

request = <SubRequest '_setup_session' for <TestCaseFunction test_arraysize>>

    @pytest.fixture(scope='session', autouse=True)
    def _setup_session(request):
        request.addfinalizer(_teardown_session)
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:25: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pyathenajdbc/__init__.py:65: in connect
    from pyathenajdbc.connection import Connection
pyathenajdbc/connection.py:8: in <module>
    import jpype
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import

.tox/py37/lib/python3.7/site-packages/jpype/__init__.py:17: ImportError
______________________ ERROR at teardown of FLAKE8-check _______________________

self = <_HookCaller 'pytest_runtest_teardown'>, args = ()
kwargs = {'item': <Flake8Item util.py>, 'nextitem': None}, notincall = set()

    def __call__(self, *args, **kwargs):
        if args:
            raise TypeError("hook calling supports only keyword arguments")
        assert not self.is_historic()
        if self.spec and self.spec.argnames:
            notincall = (
                set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
            )
            if notincall:
                warnings.warn(
                    "Argument(s) {} which are declared in the hookspec "
                    "can not be found in this hook call".format(tuple(notincall)),
                    stacklevel=2,
                )
>       return self._hookexec(self, self.get_hookimpls(), kwargs)

.tox/py37/lib/python3.7/site-packages/pluggy/hooks.py:286: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.config.PytestPluginManager object at 0x7fd8929c7048>
hook = <_HookCaller 'pytest_runtest_teardown'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/home/travis/build/laughingman7743/PyAthenaJDBC...m util.py>>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x7fd88cd88358>>]
kwargs = {'item': <Flake8Item util.py>, 'nextitem': None}

    def _hookexec(self, hook, methods, kwargs):
        # called from all hookcaller instances.
        # enable_tracing will set its own wrapping function at self._inner_hookexec
>       return self._inner_hookexec(hook, methods, kwargs)

.tox/py37/lib/python3.7/site-packages/pluggy/manager.py:93: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

hook = <_HookCaller 'pytest_runtest_teardown'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/home/travis/build/laughingman7743/PyAthenaJDBC...m util.py>>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x7fd88cd88358>>]
kwargs = {'item': <Flake8Item util.py>, 'nextitem': None}

    self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
        methods,
        kwargs,
>       firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
    )

.tox/py37/lib/python3.7/site-packages/pluggy/manager.py:87: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

item = <Flake8Item util.py>, nextitem = None

    def pytest_runtest_teardown(item, nextitem):
        _update_current_test_var(item, "teardown")
>       item.session._setupstate.teardown_exact(item, nextitem)

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:146: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>
item = <Flake8Item util.py>, nextitem = None

    def teardown_exact(self, item, nextitem):
        needed_collectors = nextitem and nextitem.listchain() or []
>       self._teardown_towards(needed_collectors)

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:331: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>
needed_collectors = []

    def _teardown_towards(self, needed_collectors):
        exc = None
        while self.stack:
            if self.stack == needed_collectors[: len(self.stack)]:
                break
            try:
                self._pop_and_teardown()
            except TEST_OUTCOME:
                # XXX Only first exception will be seen by user,
                #     ideally all should be reported.
                if exc is None:
                    exc = sys.exc_info()
        if exc:
            _, val, tb = exc
            assert val is not None
>           raise val.with_traceback(tb)

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:348: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>
needed_collectors = []

    def _teardown_towards(self, needed_collectors):
        exc = None
        while self.stack:
            if self.stack == needed_collectors[: len(self.stack)]:
                break
            try:
>               self._pop_and_teardown()

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:339: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>

    def _pop_and_teardown(self):
        colitem = self.stack.pop()
>       self._teardown_with_finalization(colitem)

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:297: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>
colitem = <Session PyAthenaJDBC exitstatus=<ExitCode.OK: 0> testsfailed=67 testscollected=83>

    def _teardown_with_finalization(self, colitem):
>       self._callfinalizers(colitem)

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:317: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>
colitem = <Session PyAthenaJDBC exitstatus=<ExitCode.OK: 0> testsfailed=67 testscollected=83>

    def _callfinalizers(self, colitem):
        finalizers = self._finalizers.pop(colitem, None)
        exc = None
        while finalizers:
            fin = finalizers.pop()
            try:
                fin()
            except TEST_OUTCOME:
                # XXX Only first exception will be seen by user,
                #     ideally all should be reported.
                if exc is None:
                    exc = sys.exc_info()
        if exc:
            _, val, tb = exc
            assert val is not None
>           raise val.with_traceback(tb)

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:314: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <_pytest.runner.SetupState object at 0x7fd88cd98e80>
colitem = <Session PyAthenaJDBC exitstatus=<ExitCode.OK: 0> testsfailed=67 testscollected=83>

    def _callfinalizers(self, colitem):
        finalizers = self._finalizers.pop(colitem, None)
        exc = None
        while finalizers:
            fin = finalizers.pop()
            try:
>               fin()

.tox/py37/lib/python3.7/site-packages/_pytest/runner.py:305: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <FixtureDef argname='_setup_session' scope='session' baseid='tests'>
request = <SubRequest '_setup_session' for <TestCaseFunction test_to_datetime>>

    def finish(self, request):
        exceptions = []
        try:
            while self._finalizers:
                try:
                    func = self._finalizers.pop()
                    func()
                except:  # noqa
                    exceptions.append(sys.exc_info())
            if exceptions:
                _, val, tb = exceptions[0]
                # Ensure to not keep frame references through traceback.
                del exceptions
>               raise val.with_traceback(tb)

.tox/py37/lib/python3.7/site-packages/_pytest/fixtures.py:872: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <FixtureDef argname='_setup_session' scope='session' baseid='tests'>
request = <SubRequest '_setup_session' for <TestCaseFunction test_to_datetime>>

    def finish(self, request):
        exceptions = []
        try:
            while self._finalizers:
                try:
                    func = self._finalizers.pop()
>                   func()

.tox/py37/lib/python3.7/site-packages/_pytest/fixtures.py:865: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def _teardown_session():
>       with contextlib.closing(connect()) as conn:

tests/conftest.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

s3_staging_dir = None, access_key = None, secret_key = None, region_name = None
schema_name = 'default', profile_name = None, credential_file = None
jvm_path = None, jvm_options = None, converter = None, formatter = None
driver_path = None, log4j_conf = None, kwargs = {}

    def connect(s3_staging_dir=None, access_key=None, secret_key=None,
                region_name=None, schema_name='default', profile_name=None, credential_file=None,
                jvm_path=None, jvm_options=None, converter=None, formatter=None,
                driver_path=None, log4j_conf=None, **kwargs):
>       from pyathenajdbc.connection import Connection

pyathenajdbc/__init__.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    from __future__ import absolute_import
    from __future__ import unicode_literals
    
    import logging
    import os
    
>   import jpype

pyathenajdbc/connection.py:8: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   import _jpype
E   ImportError: numpy.core.multiarray failed to import
laughingman7743 added a commit that referenced this issue Feb 10, 2020
laughingman7743 added a commit that referenced this issue Feb 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant