Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Move pytest to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Sep 11, 2023
1 parent 8f84862 commit beca247
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# version = importlib.metadata.version("fastrepl")
# TODO: importlib.metadata only works after install
version = "0.0.3"
version = "0.0.4"

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastrepl"
version = "0.0.3"
version = "0.0.4"
description = "Fast Run-Eval-Polish Loop for LLM App"
authors = ["yujonglee <[email protected]>"]
readme = "README.md"
Expand All @@ -25,10 +25,10 @@ torch = ">=2.0.0, !=2.0.1"
datasets = "^2.14.4"
backoff = "^2.2.1"
statsmodels = "^0.14.0"
pytest = "^7.4"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.1"
pytest-xdist = "^3.3.1"
pytest-benchmark = "^4.0.0"
pytest-cov = "^4.1.0"
Expand Down Expand Up @@ -67,4 +67,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[project.entry-points.pytest11]
pytest-fastrepl = "fastrepl.pytest_plugin"
pfastrepl = "fastrepl.pytest_plugin"

0 comments on commit beca247

Please sign in to comment.