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

[Feature Request]: Beam compat test suites should create compatible environments that installs Beam and Test environment dependencies #30909

Open
1 of 16 tasks
tvalentyn opened this issue Apr 9, 2024 · 0 comments

Comments

@tvalentyn
Copy link
Contributor

What would you like to happen?

Current compat test suites first install test environment dependencies

428: transformers>=4.28.0,<4.29.0
, then install Beam, then run tests.

This can create incompatible environments, since pip doesn't resolve dependencies for all packages that are installed simultaneously, see:
#30852
and
tox-dev/tox#2386 (comment)

We should see if we can install dependencies and Beam in the same command, that would reflect how people install beam together with other dependencies, withing the same requriements file or same pip install command.

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant