Skip to content

Commit

Permalink
Move pytest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Heguy committed Mar 24, 2024
1 parent 95a1d70 commit 176c474
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Version next
--------------

- Fix file permissions in Windows.
- Move location of pytest plugin.

Version 15.1.0
--------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ factory = ["factory-boy"]
mimesis = "mimesis.entrypoints:pytest_randomly_reseed"

[tool.poetry.plugins.pytest11]
mimesis = "mimesis.plugins.pytest"
mimesis = "pytest_plugin.plugin"

[tool.pytest.ini_options]
testpaths = [
Expand Down
File renamed without changes.

0 comments on commit 176c474

Please sign in to comment.