Skip to content

Conversation

@adriangb
Copy link
Contributor

@adriangb adriangb commented Jul 8, 2023

While working on #43 I found that:

  • 3.7 does not have typing.SupportsIndex
  • We have conflicting dependencies because of fundamental flaws in how we're managing dependencies so I simplified it (see here and here)

class Foo2(GroupedMetadata):
def __iter__(self) -> Iterator[BaseMetadata]:
return super().__iter__()
raise NotImplementedError
Copy link
Contributor Author

Choose a reason for hiding this comment

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

New mypy was complaining about this

@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2023

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.08%. Comparing base (a31912d) to head (21f198e).
⚠️ Report is 25 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   95.26%   94.08%   -1.19%     
==========================================
  Files           2        2              
  Lines         169      169              
  Branches       48       27      -21     
==========================================
- Hits          161      159       -2     
- Misses          7        8       +1     
- Partials        1        2       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Zac-HD Zac-HD merged commit 85ad9b6 into annotated-types:main Jul 9, 2023
@Zac-HD
Copy link
Member

Zac-HD commented Jul 9, 2023

Thanks Adrian!

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.

3 participants