Skip to content

fix: update pytest and pytest-mock dependencies in poetry files #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

craig-rueda
Copy link
Contributor

Changes

  • Move pytest-mock from main dependencies to dev dependencies
  • Update dependency markers for testing-related packages to ensure they're only in dev dependencies
  • Fix dependency configuration to avoid installing test libraries in production environments

Why

This change ensures that test dependencies aren't installed in production environments, which reduces the final package size and removes unnecessary dependencies from the main package requirements.

Testing

  • Verified that tests still run properly with the updated dependency configuration
  • Confirmed that the package can be built and installed without including test dependencies

@jeffzwang jeffzwang merged commit 966ae73 into exa-labs:master Jun 9, 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.

2 participants