Skip to content

Conversation

@andrewnester
Copy link
Contributor

Changes

Added ^\s* for pip flag regexp so we don't match foo-bar as a flag
Renamed variable to avoid shadowing

Why

Followups for #3708


{path: "", expected: false},
{path: "pypipackage", expected: false},
{path: "foo-bar", expected: false},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this true before the regexp fix?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was still false anyway but for a wrong reason :) this is just for a completness of test that we don't break anything later.

@eng-dev-ecosystem-bot
Copy link
Collaborator

eng-dev-ecosystem-bot commented Oct 3, 2025

Run: 18224637234

Env ✅​pass 🔄​flaky 🙈​skip
✅​ aws linux 320 537
✅​ aws windows 321 536
🔄​ aws-ucws linux 432 4 433
🔄​ aws-ucws windows 434 3 432
✅​ azure linux 320 536
✅​ azure windows 321 535
✅​ azure-ucws linux 436 432
✅​ azure-ucws windows 437 431
✅​ gcp linux 319 538
✅​ gcp windows 320 537
7 failing tests:
Test Name aws-ucws linux aws-ucws windows
TestAccept/bundle/templates/default-python/combinations/serverless/DATABRICKS_BUNDLE_ENGINE=direct-exp/DLT=no/NBOOK=no/PY=no 🔄​flaky ✅​pass
TestAccept/bundle/templates/default-python/combinations/serverless/DATABRICKS_BUNDLE_ENGINE=direct-exp/DLT=no/NBOOK=no/PY=yes 🔄​flaky ✅​pass
TestAccept/bundle/templates/default-python/integration_classic 🔄​flaky ✅​pass
TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct-exp/UV_PYTHON=3.10 ✅​pass 🔄​flaky
TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct-exp/UV_PYTHON=3.11 ✅​pass 🔄​flaky
TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=direct-exp/UV_PYTHON=3.12 ✅​pass 🔄​flaky
TestAccept/bundle/templates/default-python/integration_classic/DATABRICKS_BUNDLE_ENGINE=terraform/UV_PYTHON=3.9 🔄​flaky ✅​pass

@andrewnester andrewnester added this pull request to the merge queue Oct 3, 2025
Merged via the queue into main with commit 09d5952 Oct 3, 2025
13 checks passed
@andrewnester andrewnester deleted the fix/pip-options-followup branch October 3, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants