ci: add integration tests that run with lowest and highest dependency…#897
ci: add integration tests that run with lowest and highest dependency…#897ahal wants to merge 1 commit intotaskcluster:mainfrom
Conversation
0704c1f to
1df45be
Compare
1df45be to
7d30d3a
Compare
| worker: | ||
| taskcluster-proxy: true |
There was a problem hiding this comment.
I'm surprised this enables the proxy, I wouldn't have expected it to be needed (I know you're just moving this code here, I just hadn't noticed this before).
There was a problem hiding this comment.
Honestly I didn't notice either. @bhearsum was this intentional?
I'll leave it in this PR, we can attempt disabling in a follow-up
There was a problem hiding this comment.
I have recollection of needing it. It could be copy/paste failure, or something I failed to document. I've opened #900 to remove it, and we'll see if that passes tests.
| "cookiecutter~=2.1", | ||
| "json-e>=2.7", | ||
| "mozilla-repo-urls", | ||
| "mozilla-repo-urls>=0.1.1", |
There was a problem hiding this comment.
This is the last version that supports Python 3.9 and 3.10..
This might bite us eventually if we ever need to depend on a new change there.
| "sphinx-book-theme >=1.1.4", | ||
| "sphinx-taskgraph>=0.1.0", | ||
| "sphinxcontrib-mermaid>=1.0.0", | ||
| "zstandard>=0.25.0", |
There was a problem hiding this comment.
I just put a minimum bound to the maximum version that still support 3.9 for these. They're just dev dependencies, so no need to keep a wide constraint.
… resolution