Skip to content

Commit

Permalink
chore: bump pytest-prysk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Dec 13, 2024
1 parent 9c8c2f2 commit 1fcba76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prysk/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ execSync(`${getVenvBin("python3")} -m pip install --quiet --upgrade pip`);
execSync(
`${getVenvBin(
"pip"
)} install "pytest==8.3.3" "prysk[pytest-plugin]==0.15.2" "pytest-xdist==3.6.1"`
)} install "pytest==8.3.3" "prysk[pytest-plugin]==0.15.2" "pytest-prysk==0.4.0" "pytest-xdist==3.6.1"`
);

const flags = [
"--prysk-shell=bash",
process.env.PRYSK_INTERACTIVE === "true" ? "--interactive" : "",
isWindows ? "--prysk-dos2unix" : "",
isWindows ? "--prysk-dos2unix=true" : "",
].join(" ");

const cmd = [getVenvBin("pytest"), flags].join(" ");
Expand Down

0 comments on commit 1fcba76

Please sign in to comment.