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

fix: Add and depend on piptools target from all IDA make targets #330

Merged
merged 1 commit into from
May 3, 2023

Conversation

timmc-edx
Copy link
Contributor

make requirements was failing in a fresh virtualenv after the IDA cookiecutter had been fully set up (including after running make upgrade in a previous virtualenv).

Also:

  • Introduce separate piptools target in python-template Makefile, for consistency
  • Add missing space in xblock Makefile

Merge checklist:
Check off if complete or not applicable:

  • Changelog record added
  • Documentation updated (not only docstrings)
  • Fixup commits are squashed away
  • Unit tests added/updated
  • Manual testing instructions provided
    1. cookiecutter -o ~/tmp/ cookiecutter-django-ida
    2. make upgrade in virtualenv in new repo (usual post-run setup)
    3. Deactivate and delete virtualenv
    4. Make new virtualenv
    5. make requirements -- fails before this PR, succeeds after
  • Noted any: Concerns, dependencies, deadlines, tickets

`make requirements` was failing in a fresh virtualenv after the IDA
cookiecutter had been fully set up (including after running `make upgrade`
in a previous virtualenv).

Also:

- Introduce separate `piptools` target in python-template Makefile, for
  consistency
- Add missing space in xblock Makefile
Copy link
Contributor

@rgraber rgraber left a comment

Choose a reason for hiding this comment

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

LGTM

@timmc-edx timmc-edx merged commit d1cc225 into master May 3, 2023
@timmc-edx timmc-edx deleted the timmc/piptools branch May 3, 2023 19:50
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.

2 participants