Skip to content

Commit a612e04

Browse files
committed
faster tests
1 parent 0361d18 commit a612e04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_read.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ def dtype(request):
88
return request.param
99

1010

11-
@pytest.fixture(params=[None, 0, 0.0000001, 5])
11+
@pytest.fixture(params=[None, 0, 0.0000001, 1])
1212
def start(request):
1313
return request.param
1414

1515

16-
@pytest.fixture(params=[None, 0.00000001, 0.5, 1, 2.00000000000001])
16+
@pytest.fixture(params=[None, 0.00000001, 0.5, 2.00000000000001])
1717
def duration(request):
1818
return request.param
1919

tests/test_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def ordered(obj):
159159
else:
160160
return obj
161161

162-
162+
@pytest.mark.optional
163163
def test_nistems():
164164
mp4exc = stempeg.cmds.find_cmd("MP4Box")
165165

0 commit comments

Comments
 (0)