Skip to content

Commit 9b90481

Browse files
committed
remove old conformance tests
1 parent 7305cd3 commit 9b90481

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/conformance/test_conformance.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ def test_lists():
3232

3333
def test_sampled_from():
3434
run_conformance_test("sampled_from", BUILD_DIR / "test_sampled_from")
35-
36-
37-
def test_floats_nan():
38-
run_conformance_test("floats", BUILD_DIR / "test_floats_nan")
39-
40-
41-
def test_floats_infinity():
42-
run_conformance_test("floats", BUILD_DIR / "test_floats_infinity")

0 commit comments

Comments
 (0)