We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d7eca commit 28fb3dbCopy full SHA for 28fb3db
1 file changed
tests/api/test_date.py
@@ -79,8 +79,3 @@ def test_invalid_date(invalid):
79
80
with pytest.raises(TypeError):
81
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