Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 38bf34a

Browse files
byronbyronz
byron
authored andcommitted
move import into fixture
1 parent 275acdd commit 38bf34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/store/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import json
33
import pytest
44
import uuid
5-
import mimesis
65
import dash
76
from dash.dependencies import Input, Output, State
87
from dash.exceptions import PreventUpdate
@@ -68,6 +67,7 @@ def on_click(n_clicks):
6867

6968
@pytest.fixture(scope="session")
7069
def csv_5mb():
70+
import mimesis
7171
buf, chunks = None, []
7272
limit = 5 * 1024 * 1024
7373
while sys.getsizeof(buf) <= limit:

0 commit comments

Comments
 (0)