We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2ad3a commit 09cfe7aCopy full SHA for 09cfe7a
dev/pytest/pytest_config_tests.py
@@ -80,7 +80,7 @@
80
DOCKER_CONFIG_SET = set(dotenv_values(Path("docker") / Path(".env.example")).keys())
81
DOCKER_COMPOSE_CONFIG_SET = set()
82
83
-with open(Path("docker") / Path("docker-compose.yaml")) as f:
+with open(Path("..") / Path("docker") / Path("docker-compose.yaml")) as f:
84
DOCKER_COMPOSE_CONFIG_SET = set(yaml.safe_load(f.read())["x-shared-env"].keys())
85
86
0 commit comments