Skip to content

Commit 8da6e8c

Browse files
committed
Replace in-tree test fixture with per-dir conftest
Pytest automatically load `conftest.py` files from directory tests, so it is not necessary to use an in-tree pytest plugin for that. This issue was considered a blocker in pypa#2318.
1 parent af875d6 commit 8da6e8c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
import pytest
44

55

6-
pytest_plugins = 'setuptools.tests.fixtures'
7-
8-
96
def pytest_addoption(parser):
107
parser.addoption(
118
"--package_name", action="append", default=[],
File renamed without changes.

0 commit comments

Comments
 (0)