Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ test: | tests/cli.toml
livetest: | tests/cli.toml
python3 -m pytest -v tests pulp-glue-gem/tests -m live

.PHONY: paralleltest
paralleltest: | tests/cli.toml
python3 -m pytest -v tests pulp-glue-gem/tests -m live -n 8

.PHONY: unittest
unittest:
python3 -m pytest -v tests pulp-glue-gem/tests -m "not live"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ translations = false
main_package = "gem"
binary_dependencies = ""
unittests = false
paralleltests = false

[tool.towncrier]
# This section is managed by the cookiecutter templates.
Expand Down
Loading