Skip to content

Commit

Permalink
try explicit again
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jan 16, 2025
1 parent 1b79eda commit 22bed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/prysk/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const flags = [
process.env.PRYSK_INTERACTIVE === "true" ? "--interactive" : "",
isWindows ? "--prysk-dos2unix=true" : "",
"--capture=fd",
"tests",
].join(" ");

const cmd = [getVenvBin("pytest"), flags].join(" ");
Expand Down
2 changes: 1 addition & 1 deletion turborepo-tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "prysk tests",
"clean": "rm -rf tests/**/*.t.err",
"test:interactive": "PRYSK_INTERACTIVE=true prysk tests",
"test:parallel": "prysk tests"
"test:parallel": "prysk"
},
"dependencies": {
"turborepo-tests-helpers": "workspace:*",
Expand Down

0 comments on commit 22bed2e

Please sign in to comment.