Skip to content

Commit decfa5c

Browse files
authored
Merge pull request #8 from microsoft-foundry/copilot/fix-github-actions-job-yet-again
[WIP] Fix failing GitHub Actions job for Python 3.11
2 parents 44615e3 + a0de83b commit decfa5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ target-version = "py39"
4747
[tool.pytest.ini_options]
4848
asyncio_mode = "auto"
4949
testpaths = ["tests"]
50+
pythonpath = ["."]
5051
markers = [
5152
"integration: marks tests that call real Azure APIs (deselect with '-m \"not integration\"')",
5253
"live: marks tests requiring live Foundry endpoint (deselect with '-m \"not live\"')",

0 commit comments

Comments
 (0)