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

setup.cfg

Lines changed: 1 addition & 1 deletion
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

tests/__init__.py

Whitespace-only changes.

tests/hypothesis/__init__.py

Whitespace-only changes.

tests/loop_fixture_scope/__init__.py

Whitespace-only changes.

tests/markers/__init__.py

Whitespace-only changes.

tests/modes/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)