Skip to content

Commit f104792

Browse files
Improved comments about ignored deps
1 parent 8f12536 commit f104792

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • datadog_checks_dev/datadog_checks/dev/tooling/commands

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
'cryptography',
3737
'dnspython',
3838
'pymysql', # https://github.com/DataDog/integrations-core/pull/12612
39-
'protobuf', # https://github.com/DataDog/integrations-core/pull/12653
40-
'foundationdb', # https://github.com/DataDog/integrations-core/pull/12653
41-
'openstacksdk', # https://github.com/DataDog/integrations-core/pull/12653
42-
'pyasn1', # https://github.com/DataDog/integrations-core/pull/12653
43-
'pycryptodomex', # https://github.com/DataDog/integrations-core/pull/12653
44-
'pysnmp', # https://github.com/DataDog/integrations-core/pull/12653
45-
'clickhouse-driver', # https://github.com/DataDog/integrations-core/pull/12653
46-
'lz4', # https://github.com/DataDog/integrations-core/pull/12653
47-
'pyodbc', # https://github.com/DataDog/integrations-core/pull/12653
48-
'psutil', # https://github.com/DataDog/integrations-core/pull/12653
39+
'protobuf', # Breaking datadog_checks_base
40+
'foundationdb', # Breaking datadog_checks_base tests
41+
'openstacksdk', # Breaking openstack_controller tests
42+
'pyasn1', # Breaking snmp tests
43+
'pycryptodomex', # Breaking snmp tests
44+
'pysnmp', # Breaking snmp tests
45+
'clickhouse-driver', # Breaking clickhouse tests
46+
'lz4', # Breaking clickhouse tests
47+
'pyodbc', # Breaking sqlserver tests
48+
'psutil', # Breaking disk tests
4949
}
5050

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

0 commit comments

Comments
 (0)