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.
remote_function
1 parent 866ba9e commit 1716106Copy full SHA for 1716106
noxfile.py
@@ -698,7 +698,7 @@ def system_prerelease(session: nox.sessions.Session):
698
# This would mean that we will only rely on the standard remote function
699
# tests.
700
small_remote_function_tests = os.path.join(
701
- small_tests_dir, "test_remote_function.py"
+ small_tests_dir, "functions", "test_remote_function.py"
702
)
703
assert os.path.exists(small_remote_function_tests)
704
0 commit comments