Skip to content

Commit

Permalink
Pipeline DISCARD support (redis#1565)
Browse files Browse the repository at this point in the history
closes redis#1539

Part of redis#1546

(cherry picked from commit febede1)

cr: https://code.amazon.com/reviews/CR-57987360
  • Loading branch information
chayim authored and barshaul committed Oct 26, 2021
1 parent 5516db7 commit e9ba7cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import pytest

import redis
from .conftest import wait_for_command, skip_if_server_version_lt, \
skip_if_cluster_mode
from .conftest import wait_for_command, skip_if_server_version_lt


@skip_if_cluster_mode()
class TestPipeline:
def test_pipeline_is_true(self, r):
"Ensure pipeline instances are not false-y"
Expand Down

0 comments on commit e9ba7cb

Please sign in to comment.