Skip to content

Commit 0a14e3a

Browse files
committed
Update cookiecutter
1 parent ec4162f commit 0a14e3a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ test: | tests/cli.toml
4242
livetest: | tests/cli.toml
4343
python3 -m pytest -v tests pulp-glue-maven/tests -m live
4444

45+
.PHONY: paralleltest
46+
paralleltest: | tests/cli.toml
47+
python3 -m pytest -v tests pulp-glue-maven/tests -m live -n 8
48+
4549
.PHONY: unittest
4650
unittest:
4751
python3 -m pytest -v tests pulp-glue-maven/tests -m "not live"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ translations = false
5656
main_package = "maven"
5757
binary_dependencies = ""
5858
unittests = false
59+
paralleltests = false
5960

6061
[tool.towncrier]
6162
# This section is managed by the cookiecutter templates.

0 commit comments

Comments
 (0)