Skip to content

Conversation

@CakeCrusher
Copy link

@CakeCrusher CakeCrusher commented Aug 7, 2025


name: missing pytest and versioneer dependencies
about: missing pytest and versioneer dependencies
title: "missing pytest and versioneer dependencies"
labels: ''
assignees: ''


Description

Please include a summary of the change and which issue is fixed or feature is implemented. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)
Implements # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Refactoring/Code cleanup
  • Build/CI/CD related changes
  • Other (please describe):

How Has This Been Tested?

Tried uv sync pre and post update and only post update did it contain all needed dependencies to run Introduction

Checklist:

  • My code follows the style guidelines of this project (ran black ., isort ., flake8 .)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Copy link
Collaborator

@dphuang2 dphuang2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you run into this? I’ve tried a fresh uv project, but maybe I missed something?

@CakeCrusher
Copy link
Author

I ran pip install eval-protocol (does not download dev dependencies, and shouldnt)
Then ran into missing dependencies for versioneer and pytest

This was a fresh venv

@dphuang2
Copy link
Collaborator

dphuang2 commented Aug 7, 2025

@CakeCrusher i was able to reproduce, I realy appreciate the testing.

As an alternative to the whole versioneer setup, i'm going to remove dependency on versioneer altogether. I'll let you know when that is complete and close this out when finished.

@dphuang2 dphuang2 mentioned this pull request Aug 7, 2025
@dphuang2
Copy link
Collaborator

dphuang2 commented Aug 8, 2025

fixed in main, thanks for the PR again. Now versioneer is not necessary and pytest is included as part of main group of dependencies

@dphuang2 dphuang2 closed this Aug 8, 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