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.
2 parents a34db24 + 1e887ca commit 304e187Copy full SHA for 304e187
tests/smoketests/test_run_smoketest.py
@@ -34,7 +34,7 @@ def collect_backends():
34
def test_api_example(backend):
35
"""For each of the examples start the API and see if the root endpoint is reachable"""
36
api_process = subprocess.Popen(
37
- [sys.executable, Path(__file__).parent / backend / "api.py"],
+ [sys.executable, str(os.path.join(Path(__file__).parent, backend, "api.py"))],
38
stdout=sys.stdout,
39
stderr=subprocess.STDOUT,
40
)
0 commit comments