Skip to content

Commit 10c547e

Browse files
committed
Fix
1 parent 9a85da9 commit 10c547e

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

tests/hypothesis/test_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import pytest
88
from hypothesis import given, strategies as st
99

10-
pytest_plugins = "testdir"
11-
1210

1311
@pytest.fixture(scope="module")
1412
def event_loop():

tests/modes/test_auto_mode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from textwrap import dedent
22

3-
pytest_plugins = "testdir"
4-
53

64
def test_auto_mode_cmdline(testdir):
75
testdir.makepyfile(

tests/modes/test_legacy_mode.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
from textwrap import dedent
22

3-
pytest_plugins = "testdir"
4-
5-
63
LEGACY_MODE = (
74
"The 'asyncio_mode' default value will change to 'strict' in future, "
85
"please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' "

tests/modes/test_strict_mode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from textwrap import dedent
22

3-
pytest_plugins = "testdir"
4-
53

64
def test_strict_mode_cmdline(testdir):
75
testdir.makepyfile(

tests/test_flaky_integration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
"""Tests for the Flaky integration, which retries failed tests.
22
"""
3-
4-
53
from textwrap import dedent
64

7-
pytest_plugins = "testdir"
8-
95

106
def test_auto_mode_cmdline(testdir):
117
testdir.makepyfile(

0 commit comments

Comments
 (0)