Skip to content

Commit

Permalink
Merge branch '2023-handoff' of https://github.com/jaraco/skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 5, 2023
2 parents f5a5617 + 23ed6b1 commit f862e3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11-dev
python-version: 3.x
- name: Install tox
run: |
python -m pip install tox
Expand Down
12 changes: 0 additions & 12 deletions pyproject.toml
Expand Up @@ -6,15 +6,3 @@ build-backend = "setuptools.build_meta"
skip-string-normalization = true

[tool.setuptools_scm]

[tool.pytest-enabler.black]
addopts = "--black"

[tool.pytest-enabler.mypy]
addopts = "--mypy"

[tool.pytest-enabler.cov]
addopts = "--cov"

[tool.pytest-enabler.ruff]
addopts = "--ruff"
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -40,7 +40,7 @@ testing =
pytest-mypy >= 0.9.1; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-enabler >= 1.3
pytest-enabler >= 2.2
pytest-ruff

# local
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -36,10 +36,11 @@ commands =
skip_install = True
deps =
towncrier
jaraco.develop
jaraco.develop >= 7.23
passenv = *
commands =
python -m jaraco.develop.towncrier build --yes
python -m jaraco.develop.finalize


[testenv:release]
skip_install = True
Expand Down

0 comments on commit f862e3f

Please sign in to comment.