diff --git a/packages/pyright-scip/CONTRIBUTING.md b/packages/pyright-scip/CONTRIBUTING.md index a525d437c..e2103310c 100644 --- a/packages/pyright-scip/CONTRIBUTING.md +++ b/packages/pyright-scip/CONTRIBUTING.md @@ -64,7 +64,7 @@ in `packages/pyright-scip` which can be invoked with Node to index a test project. ``` -node --enable-source-maps ./index.js +node ./index.js ``` ### Running tests @@ -73,8 +73,6 @@ node --enable-source-maps ./index.js npm run check-snapshots ``` -**WARNING:** At the moment, there are [some known test failures on macOS](https://github.com/sourcegraph/scip-python/issues/91). - Using a different Python version other than the one specified in `.tool-versions` may also lead to errors. diff --git a/packages/pyright-scip/package-lock.json b/packages/pyright-scip/package-lock.json index ae15f319f..9b849c07a 100644 --- a/packages/pyright-scip/package-lock.json +++ b/packages/pyright-scip/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcegraph/scip-python", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sourcegraph/scip-python", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/packages/pyright-scip/package.json b/packages/pyright-scip/package.json index fab7c36f5..6478fd49d 100644 --- a/packages/pyright-scip/package.json +++ b/packages/pyright-scip/package.json @@ -1,6 +1,6 @@ { "name": "@sourcegraph/scip-python", - "version": "0.6.0", + "version": "0.6.1", "description": "SCIP indexer for Python", "main": "index.js", "scripts": {