Skip to content

Commit

Permalink
Drop test for retracted OE method due to pyright fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Oct 23, 2023
1 parent bd65773 commit 136ffb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
test-stub:
needs: build
strategy:
fail-fast: false
matrix:
pyver:
- "3.8"
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
test-rt:
needs: build
strategy:
fail-fast: false
matrix:
pyver:
- "3.10"
Expand Down
7 changes: 4 additions & 3 deletions test-stub/test-oe-element.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,10 @@
reveal_type(-be) # NR: .+ "[\w\.]+\.int"$
reveal_type(~be) # NR: .+ "[\w\.]+\.int"$
reveal_type(be ** b ) # NR: .+ "Union\[.+]"$
reveal_type(be ** i ) # NR: .+ "Union\[.+]"$
reveal_type(be ** f ) # NR: .+ "[\w\.]+\.float"$
# __pow__() Temporarily removed in stub
# reveal_type(be ** b ) # NR: .+ "Union\[.+]"$
# reveal_type(be ** i ) # NR: .+ "Union\[.+]"$
# reveal_type(be ** f ) # NR: .+ "[\w\.]+\.float"$
reveal_type(be + i ) # NR: .+ "[\w\.]+\.int"$
reveal_type(be % i ) # NR: .+ "[\w\.]+\.int"$
Expand Down

0 comments on commit 136ffb4

Please sign in to comment.