Ivica Taseski
03/24/2022, 11:33 PMavailable fixtures: api, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, common_params, config, creds_with_wrong_permissions, doctest_namespace, fake_properties_list, monkeypatch, oauth_config, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, some_credentials, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
use 'pytest --fixtures [testpath]' for help on them.Some initial investigation implies that the requests mock decorator is not recognized in python 3 which seem pretty weird since according to the docs the supported Python version for Airbyte is > 3.7 On my local machine python3 --version resolves to Python 3.7.5
Marcos Marx (Airbyte)
03/24/2022, 11:53 PMIvica Taseski
03/24/2022, 11:55 PMNoah Kawasaki
03/25/2022, 12:00 AMIvica Taseski
03/25/2022, 12:01 AMSherif Nada
03/25/2022, 12:42 AMpip install ".[tests]"
?setup.py
and should be installed as described under the Unit Tests section of the README e.g: https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-asana#testingIvica Taseski
03/25/2022, 8:14 AM