Skip to content

Commit a53f378

Browse files
committed
[tests] Change tests/ into a package
This allows mypy to distinguish between the different conftests.py files when running `mypy tests/`, and it's also preferable in general.
1 parent a6f2828 commit a53f378

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers =
3535

3636
[options]
3737
python_requires = >=3.8
38-
packages = find:
38+
packages = pytest_asyncio
3939
include_package_data = True
4040

4141
# Always adjust requirements.txt and pytest-min-requirements.txt when changing runtime dependencies

Diff for: tests/__init__.py

Whitespace-only changes.

Diff for: tests/hypothesis/__init__.py

Whitespace-only changes.

Diff for: tests/loop_fixture_scope/__init__.py

Whitespace-only changes.

Diff for: tests/markers/__init__.py

Whitespace-only changes.

Diff for: tests/modes/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)