Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/issue-466-py-test-resolutions-dx #487

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

njlr
Copy link

@njlr njlr commented Dec 19, 2024

Closes #466

  • Make resolutions consistent between py_binary and py_test
  • Allow a list to be passed to from_requirements
  • Add an example of virtual_deps feature

Changes are visible to end-users: yes

  • Searched for relevant documentation and updated as needed: yes
  • Breaking change (forces users to change their own code or config): no
  • Suggested release notes appear below:
  • Fix: Make resolutions consistent between py_binary and py_test
  • Feature: Allow a list to be passed to from_requirements
  • Docs: Add an example of virtual_deps feature

Test plan

  • Manual testing; please provide instructions so we can reproduce: Added an example

njlr added 2 commits December 19, 2024 20:59
 - Allow a list to be passed to `from_requirements`
 - Add an example of `virtual_deps` feature
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.

[Bug]: py_test does not accept the same resolutions as py_binary
1 participant