Skip to content

Commit

Permalink
Merge branch 'main' into feature/skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 5, 2023
2 parents 4673d63 + d3e5de0 commit 6ec501a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
run: tox

test_cygwin:
# disabled due to lack of Rust support pypa/setuptools#3921
if: ${{ false }}
strategy:
matrix:
python:
Expand Down
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

0 comments on commit 6ec501a

Please sign in to comment.