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.
1 parent ba396e9 commit 7c8014eCopy full SHA for 7c8014e
cardano_node_tests/tests/conftest.py
@@ -118,9 +118,9 @@ def pytest_configure(config: tp.Any) -> None:
118
config.stash[metadata_key]["db-sync exe"] = str(configuration.DBSYNC_BIN)
119
120
if "nix/store" not in config.stash[metadata_key]["cardano-cli exe"]:
121
- LOGGER.warning("WARNING: Not using `cardano-cli` from nix store!")
+ LOGGER.warning(" WARNING: Using `cardano-cli` from custom path!")
122
if "nix/store" not in config.stash[metadata_key]["cardano-node exe"]:
123
- LOGGER.warning("WARNING: Not using `cardano-node` from nix store!")
+ LOGGER.warning(" WARNING: Using `cardano-node` from custom path!")
124
125
126
def _skip_all_tests(config: tp.Any, items: list) -> bool:
0 commit comments