Skip to content

Commit b59b15b

Browse files
authored
Revert "Add pytest-timeout to ddev tests (DataDog#21596)" (DataDog#21619)
This reverts commit 9e64597.
1 parent 48b683b commit b59b15b

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test-target.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ jobs:
124124
TRACE_CAPTURE_LOG: "trace-captures/output.log"
125125
# Prefix for artifact names when using minimum base package
126126
MINIMUM_BASE_PACKAGE_PREFIX: "${{ inputs.minimum-base-package && 'minimum-base-package-' || '' }}"
127-
# Add timeout to pytest to force stop hanging integrations.
128-
PYTEST_TIMEOUT: "1800"
129127

130128
permissions:
131129
# needed for compute-matrix in test-target.yml

datadog_checks_dev/changelog.d/21596.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

datadog_checks_dev/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies = [
3838
"pytest-cov>=2.6.1",
3939
"pytest-memray>=1.4.0; platform_system=='Linux' or platform_system=='Darwin'",
4040
"pytest-mock",
41-
"pytest-timeout==2.4.0",
4241
"pyyaml>=5.4.1",
4342
"requests>=2.22.0",
4443
"tenacity",

0 commit comments

Comments
 (0)