Skip to content

Commit

Permalink
Remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jul 4, 2023
1 parent af9463c commit e60da41
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_recv_chunk_stream_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,6 @@ def test_eviction_mode(self):

class TestChunkStreamRingGroupSequence:
"""Test that ChunkStreamRingGroup behaves like a sequence."""
@pytest.fixture
def config(self):
return spead2.recv.ChunkStreamGroupConfig()

@pytest.fixture
def data_ring(self):
return spead2.recv.ChunkRingbuffer(4)

@pytest.fixture
def free_ring(self):
ring = spead2.recv.ChunkRingbuffer(4)

def make_group(self, n_streams):
group = spead2.recv.ChunkStreamRingGroup(
Expand Down

0 comments on commit e60da41

Please sign in to comment.