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

DM-35680: Implement cache busting for RubinTV #89

Merged
merged 6 commits into from
Aug 9, 2022

Conversation

ugyballoons
Copy link
Collaborator

No description provided.

@ugyballoons ugyballoons marked this pull request as ready for review July 26, 2022 13:27

-c main.txt

aiohttp-devtools
coverage[toml]
google-cloud-storage
jinja2
aiohttp-jinja2
Copy link
Contributor

Choose a reason for hiding this comment

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

This (and probably also jinja2, and google-cloud-storage) only need to be in requirements/main.in because they're runtime dependencies. The things we put in requirements/dev.in are additional dependencies that get installed in the development/testing environments for running tests. So basically, replicating the runtime dependences here doesn't do anything.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That makes sense now 👍

@@ -3,14 +3,15 @@
# as implicit dev dependencies with constrained versions.
#
# After editing, update requirements/dev.txt by running:
# make update-deps
# make update
Copy link
Contributor

Choose a reason for hiding this comment

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

Just fyi that update calls make update-deps, but also re-installs your environment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Useful to know, thanks!

@ugyballoons ugyballoons merged commit 36c77cc into master Aug 9, 2022
@ugyballoons ugyballoons deleted the tickets/DM-35680 branch August 9, 2022 14:21
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

2 participants