Skip to content

Commit

Permalink
fixing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
msetbar committed Aug 11, 2023
1 parent 648e55b commit deba40f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/python-mssql/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// "forwardPorts": [8000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "echo '${templateOption:pythonImageVariant}' > /tmp/python-mssql.txt && pip3 install --upgrade pip && pip3 install -U pytest && pip3 install --no-cache-dir -r src/requirements.txt && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'",
"postCreateCommand": "echo '${templateOption:pythonImageVariant}' > /tmp/python-mssql.txt && pip3 install --upgrade pip && pip3 install -U pytest && pip3 install --no-cache-dir -r requirements.txt && bash .devcontainer/mssql/postCreateCommand.sh 'P@ssw0rd' './bin/Debug/' './.devcontainer/mssql/'",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down
5 changes: 5 additions & 0 deletions src/python-mssql/.devcontainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pytest-cov==4.1.0
pytest-dotenv==0.5.2
python-decouple==3.8
ecs-logging==2.0.2
pyodbc==4.0.39
27 changes: 0 additions & 27 deletions src/requirements.txt

This file was deleted.

0 comments on commit deba40f

Please sign in to comment.