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 f841b32 commit 6d1bed5Copy full SHA for 6d1bed5
.github/workflows/ci.yml
@@ -65,6 +65,9 @@ jobs:
65
AWS_REGION: "us-east-1"
66
PYTEST_OPTS: ${{ matrix.pytest_opts }}
67
REQUIREMENTS: ${{ matrix.requirements }}
68
+ # fixes error on macosx virtual machine with pytest-parallel
69
+ # https://github.com/browsertron/pytest-parallel/issues/93
70
+ no_proxy: "*"
71
72
test-rsconnect:
73
name: "Test RSConnect"
0 commit comments