Print a warning when passing a flag that will be ignored due to a con… #344
Annotations
3 errors
Run npm run test:coverage:
src/main.test.ts#L53
Error: Snapshot `with overridden flags > pyproject.toml > core.warning 1` mismatched
- Expected
+ Received
- [
- [
- "/some/wd/pyproject.toml contains { pythonPlatform: 'Linux' }; --pythonplatform as passed by pyright-action will have no effect.",
- ],
- [
- "/some/wd/pyproject.toml contains { pythonVersion: '3.9' }; --pythonversion as passed by pyright-action will have no effect.",
- ],
- [
- "/some/wd/pyproject.toml contains { typeshedPath: '/path/to/typeshed' }; --typeshedpath as passed by pyright-action will have no effect.",
- ],
- [
- "/some/wd/pyproject.toml contains { venvPath: '/path/to/venv' }; --venvpath as passed by pyright-action will have no effect.",
- ],
- ]
+ []
❯ src/main.test.ts:53:43
|
Run npm run test:coverage:
src/main.test.ts#L57
Error: Snapshot `with overridden flags > pyproject.toml bad toml > fs.readFileSync 1` mismatched
- Expected
+ Received
- [
- [
- "/some/wd/pyproject.toml",
- "utf8",
- ],
- ]
+ []
❯ src/main.test.ts:57:46
|
Run npm run test:coverage
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading