We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c8984 commit d17893eCopy full SHA for d17893e
setup.cfg
@@ -73,6 +73,8 @@ testing =
73
pytest-perf
74
# for tools/finalize.py
75
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
76
+ # workaround for pytest-dev/execnet#195
77
+ execnet @ git+https://github.com/jaraco/execnet@bugfix/195-encodingwarning
78
79
testing-integration =
80
pytest
0 commit comments