Skip to content

Missing dependencies for tests #609

@xtrey

Description

@xtrey

scylla-2025.2/driver-tests/python-driver-matrix-test#11

tests/integration/standard/test_metrics.py:28: in <module>
    from greplin import scales
E   ModuleNotFoundError: No module named 'greplin'</error>

tests/integration/standard/test_use_keyspace.py:10: in &lt;module&gt;
    from mock import patch
E   ModuleNotFoundError: No module named 'mock'</error>
  
tests/integration/standard/column_encryption/test_policies.py:22: in &lt;module&gt;
    from cassandra.column_encryption.policies import AES256ColumnEncryptionPolicy, \
E   ImportError: cannot import name 'AES256ColumnEncryptionPolicy' from 'cassandra.column_encryption.policies' (/jenkins/workspace/scylla-2025.2/driver-tests/python-driver-matrix-test/python-driver-scylla/cassandra/column_encryption/policies.py)</error>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions