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

Use development version of shiny for Connect deployments. #842

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

Conversation

gshotwell
Copy link
Collaborator

@gshotwell gshotwell commented Dec 5, 2023

The previous deployment tests were not actually testing the development version of pyshiny on Connect. The way Connect deployment works is:

  1. Check if there's a requirements.txt file, if not, generate a new one from the active environment with pip freeze
  2. Install packages from that file in a virtual environment on Connect

So when we had a requirments.txt file which specified shiny it would install shiny from pypi which is to say that our deployment tests were always testing one version back.

Copy link
Collaborator

@karangattu karangattu left a comment

Choose a reason for hiding this comment

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

LGTM after you add Carson's suggested changes. Thanks

Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
@gshotwell
Copy link
Collaborator Author

@karangattu I have no memory of this PR, but looks like a dropped the ball on merging it, has it been superceded?

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.

None yet

3 participants