|
36 | 36 | 'cryptography', |
37 | 37 | 'dnspython', |
38 | 38 | '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 |
49 | 49 | } |
50 | 50 |
|
51 | 51 | # Dependencies for the downloader that are security-related and should be updated separately from the others |
|
0 commit comments