Skip to content

Commit

Permalink
[tests] Change tests/ into a package
Browse files Browse the repository at this point in the history
This allows mypy to distinguish between the different conftests.py files
when running `mypy tests/`, and it's also preferable in general.
  • Loading branch information
bluetech committed Jan 30, 2024
1 parent a6f2828 commit a53f378
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers =

[options]
python_requires = >=3.8
packages = find:
packages = pytest_asyncio
include_package_data = True

# Always adjust requirements.txt and pytest-min-requirements.txt when changing runtime dependencies
Expand Down
Empty file added tests/__init__.py
Empty file.
Empty file added tests/hypothesis/__init__.py
Empty file.
Empty file.
Empty file added tests/markers/__init__.py
Empty file.
Empty file added tests/modes/__init__.py
Empty file.

0 comments on commit a53f378

Please sign in to comment.