Skip to content

Commit

Permalink
Grab workaround for pytest-dev/execnet#195.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 27, 2023
1 parent e3c8984 commit d17893e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ testing =
pytest-perf
# for tools/finalize.py
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
# workaround for pytest-dev/execnet#195
execnet @ git+https://github.com/jaraco/execnet@bugfix/195-encodingwarning

testing-integration =
pytest
Expand Down

0 comments on commit d17893e

Please sign in to comment.