Skip to content

Commit

Permalink
rearrange nox call
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Apr 9, 2024
1 parent 4700bc1 commit 05b3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@
"testPerformance": "node ./out/test/testBootstrap.js ./out/test/performanceTest.js",
"testSmoke": "cross-env INSTALL_JUPYTER_EXTENSION=true \"node ./out/test/smokeTest.js\"",
"testInsiders": "cross-env VSC_PYTHON_CI_TEST_VSC_CHANNEL=insiders INSTALL_PYLANCE_EXTENSION=true TEST_FILES_SUFFIX=insiders.test CODE_TESTS_WORKSPACE=src/testMultiRootWkspc/smokeTests \"node ./out/test/standardTest.js\"",
"positron:testMinimumPythonReqs": "nox -- python_files/positron/positron_ipykernel/tests --noxfile noxfile-positron.py",
"positron:testMinimumPythonReqs": "nox --noxfile noxfile-positron.py -- python_files/positron",
"lint-staged": "node gulpfile.js",
"lint": "eslint --ext .ts,.js src build pythonExtensionApi",
"lint-fix": "eslint --fix --ext .ts,.js src build pythonExtensionApi gulpfile.js",
Expand Down

0 comments on commit 05b3b8e

Please sign in to comment.