Skip to content

Commit 00d231e

Browse files
committed
remove _TEST_PATH
1 parent 8faed2b commit 00d231e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/asynchronous/test_retryable_reads.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@
4646

4747
_IS_SYNC = False
4848

49-
# Location of JSON test specifications.
50-
if _IS_SYNC:
51-
_TEST_PATH = os.path.join(
52-
os.path.dirname(os.path.realpath(__file__)), "retryable_reads", "legacy"
53-
)
54-
else:
55-
_TEST_PATH = os.path.join(
56-
os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir)),
57-
"retryable_reads",
58-
"legacy",
59-
)
60-
6149

6250
class TestClientOptions(AsyncPyMongoTestCase):
6351
async def test_default(self):

0 commit comments

Comments
 (0)