Skip to content

Commit

Permalink
Fix PytestRemovedIn9Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mzdaniel authored and NickCrews committed Jul 6, 2024
1 parent 77b03be commit 374d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import docopt


def pytest_collect_file(file_path: Path, path, parent):
def pytest_collect_file(file_path: Path, parent):
if file_path.suffix == ".docopt" and file_path.stem.startswith("test"):
return DocoptTestFile.from_parent(path=file_path, parent=parent)

Expand Down

0 comments on commit 374d5a5

Please sign in to comment.