Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update best practices #217

Merged
merged 21 commits into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c29955f
Collapse skeleton history. Workaround for jaraco/skeleton#87.
jaraco Jul 4, 2023
6e19647
Merge https://github.com/jaraco/skeleton into feature/skeleton
jaraco Jul 4, 2023
972d1b3
Add links to project home page and pypi. Fixes jaraco/skeleton#77.
jaraco Jul 6, 2023
747c2a3
Replace redundant step names with simple 'Run'.
jaraco Jul 6, 2023
c43962a
Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref t…
jaraco Jul 11, 2023
0e2032c
Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. C…
jaraco Aug 31, 2023
92d2d8e
Allow GITHUB_* settings to pass through to tests.
jaraco Sep 1, 2023
f3dc1f4
Remove spinner disablement. If it's not already fixed upstream, that'…
jaraco Sep 1, 2023
0484daa
Clean up 'color' environment variables.
jaraco Sep 1, 2023
b02bf32
Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90.
jaraco Sep 10, 2023
a6256e2
Add descriptions to the tox environments. Closes jaraco/skeleton#91.
jaraco Sep 10, 2023
928e9a8
Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Clo…
jaraco Sep 10, 2023
ca1831c
Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev…
jaraco Sep 18, 2023
fe9018c
Merge https://github.com/jaraco/skeleton into feature/skeleton
jaraco Nov 5, 2023
cf6fb0c
Merge branch 'main' into feature/skeleton
jaraco Nov 5, 2023
03f03e7
Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint…
jaraco Nov 5, 2023
4673d63
Merge https://github.com/jaraco/skeleton into feature/skeleton
jaraco Nov 5, 2023
6ec501a
Merge branch 'main' into feature/skeleton
jaraco Nov 5, 2023
a49aff3
Merge branch 'main' into feature/skeleton
jaraco Nov 5, 2023
03c6392
Allow diffcov to fail also, as it requires the tests to pass on the l…
jaraco Nov 5, 2023
6e6ee97
Remove newsfragment
jaraco Nov 5, 2023
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
Prev Previous commit
Next Next commit
Merge branch 'main' into feature/skeleton
  • Loading branch information
jaraco committed Nov 5, 2023
commit 6ec501ab4659277b7b84718b66f7f3ab8fb24853
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ testing =
pytest-ruff

# local
pytest >= 7.4.3 #186
jaraco.envs>=2.4
jaraco.path
jaraco.text
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[testenv]
description = perform primary checks (tests, style, types, coverage)
deps =
# pypa/distutils#186; workaround for pytest-dev/pytest#10447
pytest @ git+https://github.com/RonnyPfannschmidt/pytest@fix-10447-maker-mro-order-needs-reverse
setenv =
PYTHONWARNDEFAULTENCODING = 1
# pypa/distutils#99
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.