File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ packages = ["src/nimbus"]
6262
6363[tool .pytest .ini_options ]
6464testpaths = [" tests" ]
65- pythonpath = [" src" ]
65+ pythonpath = [" . " , " src" ]
6666addopts = " --strict-config --strict-markers"
6767markers = [
6868 " integration: marks tests as integration tests (may require external services)" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ def mock_settings():
2727 settings .docker_network_name = "nimbus-test"
2828 settings .docker_workspace_path = Path ("/tmp/test-workspaces" )
2929 settings .docker_default_image = "ubuntu:22.04"
30+ settings .docker_container_user = None
3031 settings .metadata_endpoint_denylist = []
3132 settings .egress_policy_pack = None
3233 settings .offline_mode = False
You can’t perform that action at this time.
0 commit comments