We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LOCALNET_IMAGE_NAME
1 parent 81e0a44 commit 6784b85Copy full SHA for 6784b85
tests/e2e_tests/conftest.py
@@ -18,7 +18,7 @@
18
setup_wallet,
19
)
20
21
-LOCALNET_IMAGE_NAME = "ghcr.io/opentensor/subtensor-localnet:devnet-ready"
+LOCALNET_IMAGE_NAME = os.getenv("LOCALNET_IMAGE_NAME") or "ghcr.io/opentensor/subtensor-localnet:devnet-ready"
22
CONTAINER_NAME_PREFIX = "test_local_chain_"
23
24
0 commit comments