Skip to content

Conversation

Copy link

Copilot AI commented Dec 27, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>Missing dependencies for tests</issue_title>
<issue_description>scylla-2025.2/driver-tests/python-driver-matrix-test#11

tests/integration/standard/test_metrics.py:28: in &lt;module&gt;
    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>
```</issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
<comment_new><author>@dkropachev</author><body>
@Lorak-mmk , could you please take a look at it</body></comment_new>
<comment_new><author>@dkropachev</author><body>
Strange thing is that I somehow getting it installed when I do `uv sync` but when I do:
`uv tree | grep greplin` or `uv tree --dev | grep greplin` I get nothing</body></comment_new>
<comment_new><author>@Lorak-mmk</author><body>
> @Lorak-mmk , could you please take a look at it

Some time ago we migrated driver to uv, and we did not migrate matrix. Unless someone did the migration, failures are expected.</body></comment_new>
</comments>


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Dec 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing dependencies for tests

2 participants