We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4162f commit 0a14e3aCopy full SHA for 0a14e3a
Makefile
@@ -42,6 +42,10 @@ test: | tests/cli.toml
42
livetest: | tests/cli.toml
43
python3 -m pytest -v tests pulp-glue-maven/tests -m live
44
45
+.PHONY: paralleltest
46
+paralleltest: | tests/cli.toml
47
+ python3 -m pytest -v tests pulp-glue-maven/tests -m live -n 8
48
+
49
.PHONY: unittest
50
unittest:
51
python3 -m pytest -v tests pulp-glue-maven/tests -m "not live"
pyproject.toml
@@ -56,6 +56,7 @@ translations = false
56
main_package = "maven"
57
binary_dependencies = ""
58
unittests = false
59
+paralleltests = false
60
61
[tool.towncrier]
62
# This section is managed by the cookiecutter templates.
0 commit comments