Skip to content

Commit

Permalink
unify dev groups
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jan 22, 2024
1 parent e08175d commit 8c3fbda
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/ci_credentials/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click = "^8.1.3"
pyyaml = "^6.0"
common_utils = { path = "../common_utils", develop = true }

[tool.poetry.group.test.dependencies]
[tool.poetry.group.dev.dependencies]
requests-mock = "^1.10.0"
pytest = "^7.3.1"

Expand Down
3 changes: 1 addition & 2 deletions airbyte-ci/connectors/common_utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ cryptography = "^3.4.7"
requests = "^2.28.2"
pyjwt = "^2.1.0"

[tool.poetry.group.test.dependencies]
pytest = "^7.2.2"

[tool.poetry.group.dev.dependencies]
requests-mock = "^1.9.3"
pytest = "^7.2.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/connector_ops/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ci-credentials = {path = "../ci_credentials"}
pandas = "^2.0.3"
simpleeval = "^0.9.13"

[tool.poetry.group.test.dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-mock = "^3.10.0"
freezegun = "^1.1.0"
Expand Down
5 changes: 1 addition & 4 deletions airbyte-ci/connectors/metadata_service/lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ pydash = "^6.0.2"
semver = "^3.0.1"


[tool.poetry.group.test.dependencies]
pytest = "^7.2.2"


[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
datamodel-code-generator = "^0.17.1"
pytest-mock = "^3.10.0"
poethepoet = "^0.20.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ pendulum = "<3.0.0"


[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
ptpython = "^3.0.23"
pdbpp = "^0.10.3"


[tool.poetry.group.test.dependencies]
pytest = "^7.2.2"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down
5 changes: 0 additions & 5 deletions airbyte-ci/connectors/pipelines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ pygit2 = "^1.13.1"
asyncclick = "^8.1.3.4"
certifi = "^2023.11.17"

[tool.poetry.group.test.dependencies]
pytest = "^6.2.5"
pytest-mock = "^3.10.0"


[tool.poetry.group.dev.dependencies]
freezegun = "^1.2.2"
pytest-cov = "^4.1.0"
Expand Down
4 changes: 1 addition & 3 deletions airbyte-ci/connectors/qa-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ ruamel-yaml = "^0.17.30"
connector-ops = {path = "../connector_ops"}

[tool.poetry.group.dev.dependencies]
pyinstrument = "*"

[tool.poetry.group.test.dependencies]
pytest = "~6.2.5"
pytest-mock = "~3.10.0"
freezegun = "*"
pyinstrument = "*"

[tool.poetry.scripts]
run-qa-engine = "qa_engine.main:main"

0 comments on commit 8c3fbda

Please sign in to comment.