cburroughs

Results 48 issues of cburroughs

Most downstream users are not on multiple cloud providers, nor do they need to run the tests. Allowing the option to select only what they need simplifies downstream dependency resolutions...

Changelogs: * https://github.com/pex-tool/pex/releases/tag/v2.1.164 * https://github.com/pex-tool/pex/releases/tag/v2.2.0 * https://github.com/pex-tool/pex/releases/tag/v2.2.1 (New home, new docs, but no direct Pants related changes.) ``` Lockfile diff: 3rdparty/python/user_reqs.lock [python-default] == Upgraded dependencies == cryptography 42.0.2 --> 42.0.3...

category:internal
backend: Python

**Describe the bug** Several examples along the lines of: ``` $ pants test src/python/pants/backend/python/packaging:: 16:38:01.66 [INFO] Canceled: Building 8 requirements for requirements.pex from the 3rdparty/python/user_reqs.lock resolve: PyYAML=6.0, ansicolors==1.1.8, packaging==21.3, pytest=6.2.4,...

bug

To support updating part of the dependency graph instead of regenerating from scratch, `pex` has a `lock update` sub command which tries to make the minimal changes needed. This allows...

category:new feature

## Expected Behavior Feast should not crash. ## Current Behavior As commented in 028cc20a28118bd31deca8965782d5ad25f74300, Feast crashes with protobuf>=4.24.0. The most recent version of protobuf that Feast can use is 4.23...

kind/bug
priority/p2

PR #3687 added a spiffy feature to ingest streaming features, but this came along with a large batch of depdencies. Notable this induces a core dependency on `protobuf>=4.21.6` while Feast...

lgtm
ok-to-test

Pants has supported visibility rules since [2.16](https://blog.pantsbuild.org/visibility-feature-in-pants-2-16/

We run mypy with `ignore_missing_imports = false` and then have an explicit allow list for packages. Since `cloudpathlib` imports pydantic (albeit behind a guard) but does not depends on it,...

good first issue

The `Requires` field was deprecated with [PEP 345](https://peps.python.org/pep-0345/#summary-of-differences-from-pep-314) circa 2005. [PEP 566](https://peps.python.org/pep-0566/#summary-of-differences-from-pep-345) circa 2017 introduced version 2.1 (used by bottleneck) of the metadata specification without any mention of `Requires`. This...

I'm trying to upgrade to use the latest release of tap4j. When doing some I'm running into several failures with the plugins unit tests. Specifically: ``` [ERROR] Failures: [ERROR] org.tap4j.plugin.flattentapfeature.TestFlattenTapResult.testStripFirstLevel(org.tap4j.plugin.flattentapfeature.TestFlattenTapResult)...

bug
help wanted