Skip to content

Commit

Permalink
chore: update settings, add '.' to pytest args
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Aug 26, 2023
1 parent 967b8e2 commit d5dd6d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/destination-duckdb/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
"charliermarsh.ruff"
],
"settings": {
// Disable nagging to recommend extensions not listed here.
"extensions.ignoreRecommendations": true,
"python.defaultInterpreterPath": ".venv/bin/python",
"python.interpreter.infoVisibility": "always",
"git.openRepositoryInParentFolders": "always",
"python.terminal.activateEnvironment": true,
"python.testing.cwd": "/workspaces/airbyte/airbyte-integrations/connectors/destination-duckdb",
"python.testing.pytestArgs": ["--rootdir=/workspaces/airbyte/airbyte-integrations/connectors/destination-duckdb"]
"python.testing.pytestArgs": ["--rootdir=/workspaces/airbyte/airbyte-integrations/connectors/destination-duckdb", "."]
}
}
},
Expand Down

0 comments on commit d5dd6d0

Please sign in to comment.