Skip to content

Commit 72c8c53

Browse files
committed
updated to learnpack latest
1 parent e263d7d commit 72c8c53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"extensions": ["learn-pack.learnpack-vscode"]
2323
}
2424
},
25-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock pandas && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock pandas && npm i @learnpack/learnpack@2.1.57 -g && learnpack plugins:install @learnpack/python@1.0.3"
2626

2727
// Features to add to the dev container. More info: https://containers.dev/features.
2828
// "features": {},

conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys, os, json
22
if os.path.isdir("./.venv/lib/"):
3-
sys.path.append('./.venv/lib/python3.8/site-packages')
3+
sys.path.append('null/site-packages')
44
def pytest_addoption(parser):
55
parser.addoption("--stdin", action="append", default=[],
66
help="json with the stdin to pass to test functions")
@@ -24,4 +24,4 @@ def pytest_generate_tests(metafunc):
2424
except AttributeError:
2525
metafunc.parametrize("app",[cached_app])
2626
if 'configuration' in metafunc.fixturenames:
27-
metafunc.parametrize("configuration", [json.loads('{"port":3000,"address":"https://kiddopro-pythonpandastu-sjasit3kiuf.ws-us43.gitpod.io","editor":{"mode":"preview","agent":"gitpod","version":"1.0.72"},"dirPath":"./.learn","configPath":"learn.json","outputPath":".learn/dist","publicPath":"/preview","publicUrl":"https://3000-kiddopro-pythonpandastu-sjasit3kiuf.ws-us43.gitpod.io","language":"auto","grading":"incremental","exercisesPath":".learn/exercises","webpackTemplate":null,"disableGrading":false,"disabledActions":["build"],"actions":[],"entries":{"html":"index.html","vanillajs":"index.js","react":"app.jsx","node":"app.js","python3":"app.py","java":"app.java"},"preview":"https://github.com/4GeeksAcademy/python-pandas-tutorial/blob/main/.learn/assets/pandas-preview.jpeg?raw=true","difficulty":"beginner","duration":3,"description":"Learn the basics and become comfortable using pandas for manipulating machine learning datasets .","title":"Pandas for Machine Learning","slug":"pandas-for-machine-learning","session":3182492073098233300,"translations":[]}')])
27+
metafunc.parametrize("configuration", [json.loads('{"port":3000,"os":"linux","editor":{"mode":"extension","agent":"vscode","version":"3.1.44"},"dirPath":"./.learn","configPath":"learn.json","outputPath":".learn/dist","publicPath":"/preview","publicUrl":"https://cautious-space-sniffle-465wrg46xfqv47-3000.app.github.dev","contact":"https://github.com/learnpack/learnpack/issues/new","language":"auto","autoPlay":true,"projectType":"tutorial","grading":"incremental","exercisesPath":".learn/exercises","webpackTemplate":null,"disableGrading":false,"disabledActions":["build"],"actions":[],"entries":{"html":"index.html","vanillajs":"index.js","react":"app.jsx","node":"app.js","python3":"app.py","java":"app.java"},"preview":"https://github.com/4GeeksAcademy/python-pandas-tutorial/blob/main/.learn/assets/pandas-preview.jpeg?raw=true","difficulty":"beginner","duration":3,"description":{"us":"Master Pandas, the most popular Python library for machine learning, with our pandas tutorial exercises. Learn to create DataFrames, clean datasets, and more, with exercises developed by experts.","es":"Domina Pandas, la biblioteca más popular de Python para machine learning, con nuestro tutorial de python pandas. Aprende a crear DataFrames, limpiar datasets y más, con ejercicios desarrollados en 80 horas."},"technologies":["pandas","machine learning","data science","python"],"title":{"us":"Pandas tutorial exercises","es":"Tutorial de Pandas: Interactivo, auto-corregido y con mentor de inteligencia artificial"},"slug":"pandas-for-machine-learning","telemetry":{"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"},"translations":[]}')])

0 commit comments

Comments
 (0)