Skip to content

Commit 78ec3a4

Browse files
Prepare for scip-python 0.6.1 release
1 parent ed2ad3b commit 78ec3a4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/pyright-scip/CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ in `packages/pyright-scip` which can be invoked with Node
6464
to index a test project.
6565

6666
```
67-
node --enable-source-maps ./index.js <other args>
67+
node ./index.js <other args>
6868
```
6969
7070
### Running tests
@@ -73,8 +73,6 @@ node --enable-source-maps ./index.js <other args>
7373
npm run check-snapshots
7474
```
7575

76-
**WARNING:** At the moment, there are [some known test failures on macOS](https://github.com/sourcegraph/scip-python/issues/91).
77-
7876
Using a different Python version other than the one specified
7977
in `.tool-versions` may also lead to errors.
8078

packages/pyright-scip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/scip-python",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "SCIP indexer for Python",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)