Skip to content

Commit

Permalink
tests: improve testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Jan 25, 2023
1 parent ca0522e commit 0c7e4e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"template": "https://github.com/lyz-code/cookiecutter-python-project",
"commit": "e246eb174b7bf34c301c0f5cfa69bf5837514e7b",
"commit": "3cb1bf2165600b905309ce4d221fad5fc32c16f0",
"context": {
"cookiecutter": {
"project_name": "yamlfix",
"project_slug": "yamlfix",
"project_description": "A simple opionated yaml formatter that keeps your comments!",
"requirements": "click, ruamel.yaml",
"configure_command_line": "True",
"read_configuration_from_yaml": "True",
"configure_command_line": true,
"read_configuration_from_yaml": true,
"github_user": "lyz-code",
"github_token_pass_path": "internet/github.lyz-code.api_token",
"pypi_token_pass_path": "internet/pypi.token",
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ black = pdm run black --target-version py37 src tests
.PHONY: install
install:
pdm install --dev
pdm run pre-commit install

.PHONY: update
update:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ exclude = '''

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-vv --tb=short -n auto"
addopts = "-n auto"
testpaths = "tests"
norecursedirs = [
".tox",
Expand Down

0 comments on commit 0c7e4e2

Please sign in to comment.