Skip to content

Commit 2722e16

Browse files
authored
Remove the pytest dependecy from count_down_latch.py (#688)
1 parent 660c62e commit 2722e16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hazelcast/proxy/cp/count_down_latch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import uuid
22

3-
import pytest
4-
53
from hazelcast.errors import OperationTimeoutError
64
from hazelcast.future import Future
75
from hazelcast.protocol.codec import (
@@ -15,7 +13,6 @@
1513
from hazelcast.util import to_millis, check_true, check_is_number, check_is_int
1614

1715

18-
@pytest.mark.enterprise
1916
class CountDownLatch(BaseCPProxy["BlockingCountDownLatch"]):
2017
"""A distributed, concurrent countdown latch data structure.
2118

0 commit comments

Comments
 (0)