mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
12 lines
395 B
Diff
12 lines
395 B
Diff
diff --git a/src/tests/test_startup.py b/src/tests/test_startup.py
|
|
index 9234696f6..9fe910814 100644
|
|
--- a/src/tests/test_startup.py
|
|
+++ b/src/tests/test_startup.py
|
|
@@ -42,5 +42,6 @@ def test_start_with_redis_down():
|
|
],
|
|
env={
|
|
"PRETIX_CONFIG_FILE": f.name,
|
|
+ "PYTHONPATH": os.environ.get("PYTHONPATH", ""),
|
|
}
|
|
) == 0
|