Skip to content

Commit

Permalink
dateutil: Enable failing test (#11612)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Oct 2, 2024
1 parent 45f96fe commit 8acc85d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stubs/python-dateutil/@tests/test_cases/check_inheritance.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class MyDateTime(datetime):

d = MyDateTime.now()
x = d - relativedelta(days=1)
# https://github.com/python/typeshed/pull/11463
# assert_type(x, MyDateTime)
assert_type(x, MyDateTime)

d3 = datetime.today()
x3 = d3 - relativedelta(days=1)
Expand Down

0 comments on commit 8acc85d

Please sign in to comment.