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

Commit

Permalink
Remove baserun because api key issue (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Merwane Hamadi <[email protected]>
  • Loading branch information
waynehamadi authored Aug 9, 2023
1 parent f7ea78b commit 6afd962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
3 changes: 1 addition & 2 deletions agbenchmark/start_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def start(

# when used as a library, the pytest directory to execute is in the CURRENT_DIRECTORY
pytest_args.append(str(CURRENT_DIRECTORY))
if os.environ.get("BASERUN_API_KEY"):
pytest_args.extend(["--baserun"])

return sys.exit(pytest.main(pytest_args))


Expand Down
16 changes: 1 addition & 15 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agbenchmark"
version = "0.0.4"
version = "0.0.5"
description = "Benchmarking the performance of agents far and wide, regardless of how they are set up and how they work"
authors = ["Silen Naihin <[email protected]>"]
license = "MIT"
Expand All @@ -27,7 +27,6 @@ colorama = "^0.4.6"
pyvis = "^0.3.2"
selenium = "^4.11.2"
agent-protocol = "^0.2.3"
baserun = "^0.3"

[tool.poetry.group.dev.dependencies]
flake8 = "^3.9.2"
Expand Down

0 comments on commit 6afd962

Please sign in to comment.