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

Opened up Makefile to accept newer versions of Python than 3.8 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

simonprickett
Copy link
Contributor

Closes #67 - adds Python 3.9, 3.10 support in Makefile check.

Test run output:

$ make test
. env/bin/activate; pytest "-s"
============================ test session starts ============================
platform darwin -- Python 3.9.5, pytest-5.4.1, py-1.10.0, pluggy-0.13.1
rootdir: /Users/simonprickett/tmp/ru102py, inifile: pytest.ini
plugins: dotenv-0.5.2
collected 67 items

tests/test_hello.py .
tests/test_quiz_questions.py .......
tests/test_redis_basics.py ....
tests/test_streams.py ...
tests/test_transactions.py ..
tests/api/test_capacity_api.py ..
tests/api/test_meter_reading_api.py ssss
tests/api/test_metrics_api.py sss
tests/api/test_site_api.py .s
tests/api/test_site_geo_api.py ...
tests/dao/redis/test_capacity_report.py ..s
tests/dao/redis/test_feed.py s
tests/dao/redis/test_fixed_rate_limiter.py ..
tests/dao/redis/test_meter_reading.py .
tests/dao/redis/test_metric.py sss
tests/dao/redis/test_metric_timeseries.py ...
tests/dao/redis/test_schema.py ...
tests/dao/redis/test_site.py ....s
tests/dao/redis/test_site_geo.py ......s
tests/dao/redis/test_site_stats.py .
tests/dao/redis/test_sliding_window_rate_limiter.py sss
tests/models/test_models.py ..
tests/scripts/test_update_if_lowest.py ..

====================== 49 passed, 18 skipped in 34.47s ======================

@simonprickett simonprickett self-assigned this Dec 29, 2021
@simonprickett simonprickett added the enhancement New feature or request label Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove checks for Python 3.8, document that 3.8 or higher is needed and test on >3.8
1 participant