We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735c891 commit 6539415Copy full SHA for 6539415
tox.toml
@@ -16,8 +16,8 @@ commands = [
16
{ replace = "posargs", extend = true, default = [
17
"--durations",
18
"15",
19
- # "-n",
20
- # { replace = "env", name = "PYTEST_XDIST_AUTO_NUM_WORKERS", default = "auto" },
+ "-n",
+ { replace = "env", name = "PYTEST_XDIST_AUTO_NUM_WORKERS", default = "auto" },
21
"--junitxml",
22
"{work_dir}{/}junit.{env_name}.xml",
23
"--no-cov-on-fail",
@@ -35,8 +35,7 @@ commands = [
35
"html:{env_tmp_dir}{/}htmlcov",
36
"--cov-report",
37
"xml:{work_dir}{/}coverage.{env_name}.xml",
38
- "tests/tox_env/python/virtual_env/package/test_package_pyproject.py::test_aaa_pyproject_installpkg_pep517_envs",
39
- "-v",
+ "tests",
40
"--run-integration",
41
] },
42
],
0 commit comments