Skip to content

Commit

Permalink
Fixed CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oiadebayo committed Aug 30, 2024
1 parent a2af937 commit b0a5db2
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 57 deletions.
175 changes: 123 additions & 52 deletions integrations/clickup/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions integrations/clickup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ authors = ["Iyanuoluwa Adebayo <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {extras = ["cli"], version = "^0.10.4"}
port_ocean = {extras = ["cli"], version = "^0.10.5"}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
black = "^23.3.0"
black = "^24.4.2"
mypy = "^1.3.0"
ruff = "^0.0.278"
pylint = "^2.17.4"
pylint = ">=2.17.4,<4.0.0"
pytest = ">=8.2,<9.0"
pytest-asyncio = ">=0.24.0"
pytest-httpx = ">=0.30.0"
pytest-xdist = "^3.6.1"
ruff = "^0.6.3"
towncrier = "^23.6.0"

[tool.towncrier]
Expand Down Expand Up @@ -100,3 +103,8 @@ exclude = '''
|\.venv
)/
'''

[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
addopts = "-vv -n auto ./tests"

0 comments on commit b0a5db2

Please sign in to comment.