Skip to content

Commit a89e6be

Browse files
committed
async
1 parent b92d6db commit a89e6be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../copier-python-package-template/copier_template_resources/python_asyncio/background_tasks.py

template/tests/unit/conftest.py.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{% raw %}import logging
22

33
import pytest{% endraw %}{% if configure_python_asyncio or configure_vcrpy %}
4-
{% endif %}{% if configure_python_asyncio %}{% raw %}
5-
from .asyncio_fixtures import fail_on_background_task_errors # noqa: F401 # this is an autouse fixture{% endraw %}{% endif %}{% if configure_vcrpy %}{% raw %}
4+
{% endif %}{% if configure_vcrpy %}{% raw %}
65
from .vcrpy_fixtures import pytest_recording_configure # noqa: F401 # this is configuration we need in conftest scope
76
from .vcrpy_fixtures import vcr_config # noqa: F401 # this is an autouse fixture{% endraw %}{% endif %}{% raw %}
87

0 commit comments

Comments
 (0)