Skip to content

Commit

Permalink
chore(prysk): move config to pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Nov 1, 2024
1 parent 73637f8 commit 7741d19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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": ".cram_env/bin/pytest -n auto tests --prysk-shell=`which bash`",
"test:parallel": ".cram_env/bin/pytest --prysk-shell='bash'",
"pretest:parallel": ".cram_env/bin/pip3 install --quiet pytest \"prysk[pytest-plugin]\" pytest-xdist"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions turborepo-tests/integration/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pytest]
addopts = -n auto
required_plugins = pytest-xdist prysk
testpaths =
tests
tmp_path_retention_count = 1

0 comments on commit 7741d19

Please sign in to comment.