Skip to content

Commit 1784e5a

Browse files
cleanup
1 parent 284174a commit 1784e5a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ scratch
99
wiki_schema.yaml
1010
docs/_build/
1111
.venv
12+
.env
1213
coverage.xml
1314
dist/

conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
from testcontainers.compose import DockerCompose
77

88

9-
# @pytest.fixture(scope="session")
10-
# def event_loop():
11-
# loop = asyncio.get_event_loop_policy().new_event_loop()
12-
# yield loop
13-
# loop.close()
14-
159

1610
@pytest.fixture(scope="session", autouse=True)
1711
def redis_container():

0 commit comments

Comments
 (0)