Skip to content

Commit 28fb3db

Browse files
committed
chore: remove broken test
1 parent 16d7eca commit 28fb3db

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/api/test_date.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,3 @@ def test_invalid_date(invalid):
7979

8080
with pytest.raises(TypeError):
8181
Date({})
82-
83-
84-
@pytest.mark.xfail(reason='currently it is not implemented in this way')
85-
def test_not_existing_comparision():
86-
assert Date() == [] is None # noqa: F632

0 commit comments

Comments
 (0)