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

Make PyTA version a setting #536

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

donny-wong
Copy link
Contributor

Proposed Changes:

Make PyTA version a setting in the test settings for instructors to configure.

Note:
Python version 3.8 will be reaching end of like Oct 2024 (https://devguide.python.org/versions/). I have removed the following from the requirements.txt file and set it as a default for 2.7.0 in the setup.py file:

python-ta==1.4.2;python_version<"3.8"
python-ta==2.7.0; python_version>="3.8"

Testing procedure:

  1. Rebuild schema: we have a new field "PyTA version"
  2. Save the PyTA Automated Test settings
  3. Run a submission for a PyTA assignment to see if it is successful

Copy link
Contributor

@david-yz-liu david-yz-liu left a comment

Choose a reason for hiding this comment

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

@donny-wong so sorry for the delayed review; this is excellent, great job! Please just update the changelog.

@david-yz-liu david-yz-liu merged commit bf921ab into MarkUsProject:master Jul 29, 2024
13 checks passed
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