Skip to content

Commit

Permalink
Update setup.cfg (#748)
Browse files Browse the repository at this point in the history
Register fix_random_seed as a pytest-randomly entry point.
  • Loading branch information
willfrey authored Sep 12, 2022
1 parent 139acbf commit 37958ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ install_requires =
dataclasses>=0.6,<1.0; python_version < "3.7"
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
contextvars>=2.4,<3; python_version < "3.7"

[options.entry_points]
pytest_randomly.random_seeder =
thinc = thinc.api.fix_random_seed

[options.extras_require]
cuda =
Expand Down

0 comments on commit 37958ee

Please sign in to comment.