1 parent 48b683b commit b59b15bCopy full SHA for b59b15b
3 files changed
.github/workflows/test-target.yml
@@ -124,8 +124,6 @@ jobs:
124
TRACE_CAPTURE_LOG: "trace-captures/output.log"
125
# Prefix for artifact names when using minimum base package
126
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"
129
130
permissions:
131
# needed for compute-matrix in test-target.yml
datadog_checks_dev/changelog.d/21596.added
datadog_checks_dev/pyproject.toml
@@ -38,7 +38,6 @@ dependencies = [
38
"pytest-cov>=2.6.1",
39
"pytest-memray>=1.4.0; platform_system=='Linux' or platform_system=='Darwin'",
40
"pytest-mock",
41
- "pytest-timeout==2.4.0",
42
"pyyaml>=5.4.1",
43
"requests>=2.22.0",
44
"tenacity",
0 commit comments