aaronsteers / hub-cicd-tests

A temporary fork for testing CI/CD stuff...
https://hub.meltano.com
0 stars 0 forks source link

Document prereq for Singer-io tap-gitlab #4

Open aaronsteers opened 2 years ago

aaronsteers commented 2 years ago

Install doesn't work by default. This attempts to improve that.

aaronsteers commented 2 years ago

/plugin-test name=tap-gitlab pipi-url="tap-gitlab pytz"

aaronsteers commented 2 years ago

/test-plugin name=tap-gitlab pipi-url="tap-gitlab pytz"

Unexpected inputs provided: ["pipi-url"]

aaronsteers commented 2 years ago

(removed)

aaronsteers commented 2 years ago

/test-plugin name=tap-gitlab pip-url="tap-gitlab"

Starting test job... ... Job completed.

Usage info ``` melty-bot % tap-gitlab --help Traceback (most recent call last): File "/opt/pipx_bin/tap-gitlab", line 5, in from tap_gitlab import main File "/opt/pipx/venvs/tap-gitlab/lib/python3.8/site-packages/tap_gitlab/__init__.py", line 7, in import singer File "/opt/pipx/venvs/tap-gitlab/lib/python3.8/site-packages/singer/__init__.py", line 1, in from singer import utils File "/opt/pipx/venvs/tap-gitlab/lib/python3.8/site-packages/singer/utils.py", line 8, in import pytz ModuleNotFoundError: No module named 'pytz' ```
Detected capabilities > - ❌ 'catalog' > - ❌ 'properties' > - ❌ 'state' > - ❌ 'about'