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

Support for pypy3 #1206

Merged
cms-dev:master from
Nov 17, 2024
Merged

Conversation

melongist
Copy link
Contributor

  • Python 3 / PyPy3 support
    At "Allowed programming languages"

  • To use "Python 3 / PyPy3"?
    pypy3 installation required!

    #PyPy3 installaion needed before run setup.py
    #Like below
    ...
    sudo add-apt-repository ppa:pypy/ppa
    sudo apt update
    sudo apt install pypy3
    ...

@veluca93 veluca93 force-pushed the master branch 2 times, most recently from 4611f23 to f453501 Compare November 17, 2024 00:51
melongist and others added 2 commits November 17, 2024 02:01
- Python 3 / PyPy3 support
   At "Allowed programming languages"

- To use "Python 3 / PyPy3"?
   pypy3 installation required!

   #PyPy3 installaion needed before run setup.py
   #Like below
  ...
  sudo add-apt-repository ppa:pypy/ppa
  sudo apt update
  sudo apt install pypy3
  ...
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 96.87500% with 1 line in your changes missing coverage. Please review.

Project coverage is 69.44%. Comparing base (b77c87b) to head (520a5ef).
Report is 19 commits behind head on master.

Files with missing lines Patch % Lines
cms/grading/languages/python3_pypy.py 96.77% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1206      +/-   ##
==========================================
+ Coverage   69.39%   69.44%   +0.05%     
==========================================
  Files         328      329       +1     
  Lines       26201    26383     +182     
==========================================
+ Hits        18182    18322     +140     
- Misses       8019     8061      +42     
Flag Coverage Δ
functionaltests 47.42% <96.77%> (+0.67%) ⬆️
unittests 56.59% <53.12%> (-0.21%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

39d272b into cms-dev:master Nov 17, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants