Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Nov 30, 2023
1 parent 616425b commit b640970
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 25 deletions.
1 change: 0 additions & 1 deletion goth_tests/assets/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
router:
image: yagna-goth
entrypoint: /usr/bin/ya-relay-server
command: ["-a", "udp://0.0.0.0:7477", "--ip-checker-port" , "7476"]

proxy-nginx:
# A service that runs `nginx` and routes API calls to
Expand Down
40 changes: 18 additions & 22 deletions goth_tests/poetry.lock

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

4 changes: 2 additions & 2 deletions goth_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ python = "^3.10.1,<3.11"
pytest = "^7.4"
pytest-asyncio = "0.21"
pytest-split = "^0.8.1"
# goth = "0.15.11"
goth = "0.15.11"
# to use development goth version uncomment below
goth = { git = "https://github.com/golemfactory/goth.git", rev = "d7df17db5e936db91ef9682136dadca222b064d5" }
# goth = { git = "https://github.com/golemfactory/goth.git", rev = "d7df17db5e936db91ef9682136dadca222b064d5" }

[tool.poetry.dev-dependencies]
black = "21.7b0"
Expand Down

0 comments on commit b640970

Please sign in to comment.