Skip to content

Conversation

@s3rius
Copy link
Member

@s3rius s3rius commented Aug 26, 2022

This request fixes type resolving for python3.11+. Since in modern versions of python
all types are converted to strings.

You can enable this by importing

from __future__ import annotations

This request fixed logic how types are resolved.

Signed-off-by: Pavel Kirilin win10@list.ru

Signed-off-by: Pavel Kirilin <win10@list.ru>
@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2022

Codecov Report

Merging #39 (77dc400) into release/0.0.8 (63ab802) will increase coverage by 0.00%.
The diff coverage is 90.00%.

@@              Coverage Diff               @@
##           release/0.0.8      #39   +/-   ##
==============================================
  Coverage          65.82%   65.83%           
==============================================
  Files                 35       35           
  Lines               1030     1039    +9     
==============================================
+ Hits                 678      684    +6     
- Misses               352      355    +3     
Impacted Files Coverage Δ
taskiq/brokers/inmemory_broker.py 70.00% <33.33%> (-3.69%) ⬇️
taskiq/cli/tests/test_context.py 86.66% <87.50%> (-0.29%) ⬇️
taskiq/cli/params_parser.py 96.87% <100.00%> (ø)
taskiq/cli/receiver.py 86.36% <100.00%> (ø)
taskiq/cli/tests/test_parameters_parsing.py 93.87% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Pavel Kirilin <win10@list.ru>
@s3rius s3rius merged commit 0e8b7c6 into release/0.0.8 Aug 26, 2022
@s3rius s3rius deleted the feature/modern-types branch August 26, 2022 10:14
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