Skip to content

Commit

Permalink
test dcd
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Sep 7, 2023
1 parent 7c4609b commit 4cf507b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions datadog_checks_dev/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ python = ["2.7", "3.9"]
matrix.python.features = [
{ value = "cli", if = ["3.9"] },
]
matrix.python.scripts = [
{ key = "test", value = "_dd-test --ignore tests/tooling tests", if = ["2.7"] },
{ key = "test-cov", value = "_dd-test-cov --ignore tests/tooling tests", if = ["2.7"] },
]
# TODO: remove this when the old CLI is gone
matrix.python.pre-install-commands = [
{ value = "python -m pip install --no-deps --disable-pip-version-check {verbosity:flag:-1} -e ../ddev", if = ["3.9"] },
Expand Down
6 changes: 6 additions & 0 deletions datadog_checks_dev/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# (C) Datadog, Inc. 2023-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
[tool:pytest]
addopts = "--ignore=tests/tooling"
testpaths = tests
2 changes: 1 addition & 1 deletion teamcity/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
[tool:pytest]
addopts = --ignore=tests/docker
addopts = "--ignore=tests/docker"

0 comments on commit 4cf507b

Please sign in to comment.