Skip to content
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

fix: restrict typeguard version for NamedTuple compatibility #199

Merged
merged 3 commits into from
Feb 17, 2021

Conversation

alexander-held
Copy link
Member

@alexander-held alexander-held commented Feb 17, 2021

The recent typeguard releases 2.11.0 and 2.11.1 cause errors in tests when type checking classes inheriting from typing.NamedTuple in Python 3.7 (and 3.6), as reported in agronholm/typeguard#175. This restricts the version to 2.10.0 and below as a temporary fix.

@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #199 (99da0b2) into master (1351614) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files          15       15           
  Lines        1665     1665           
  Branches      265      265           
=======================================
  Hits         1635     1635           
  Misses         28       28           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1351614...99da0b2. Read the comment docs.

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.

1 participant