Skip to content

Commit 4199996

Browse files
iliakurofek
andauthored
Do not attempt to upgrade dependencies that break our tests (#15226)
* Do not attempt to upgrade dependencies that break our tests * add pymongo to exclusions with note * Update datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py Co-authored-by: Ofek Lev <[email protected]> * fix style --------- Co-authored-by: Ofek Lev <[email protected]>
1 parent 8f50e7b commit 4199996

File tree

1 file changed

+5
-0
lines changed
  • datadog_checks_dev/datadog_checks/dev/tooling/commands

1 file changed

+5
-0
lines changed

datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
'pyodbc', # Breaking sqlserver tests
4848
'psutil', # Breaking disk tests
4949
'aerospike', # v8+ breaks agent build.
50+
'protobuf', # 3.20.2->4.23.3 breaks kubernetes_state, kube_dns, gitlab and gitlab_runner tests.
51+
'service-identity', # 21.1->23.1 breaks tls tests.
52+
'pyvmomi', # 7->8 breaks vsphere tests.
53+
# 4.3->4.4 changes the license field in the package metadata to something our validations cannot handle.
54+
'pymongo',
5055
}
5156

5257
# Dependencies for the downloader that are security-related and should be updated separately from the others

0 commit comments

Comments
 (0)