From 8bc2be56f4c62e991c09094f5c17c92ac4b5f647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:01:36 +0000 Subject: [PATCH 1/2] Bump pytest-cov from 2.12.0 to 5.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f4cdc06a18..c63bd1c8ee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -187,7 +187,7 @@ pytest==6.2.4 # pytest-pythonpath # pytest-timeout # pytest-watch -pytest-cov==2.12.0 +pytest-cov==5.0.0 # via -r requirements-dev.in pytest-django==4.3.0 # via -r requirements-dev.in From d13102bc4bc49418d8645fdd3a4243b52531e8a6 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Thu, 4 Apr 2024 13:44:46 -0700 Subject: [PATCH 2/2] Remove unused code coverage dependencies and badge. --- README.md | 2 +- requirements-dev.in | 2 -- requirements-dev.txt | 8 -------- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index c7bd366d4e..5f8b9f8427 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kolibri Studio -[![Python tests](https://github.com/learningequality/studio/actions/workflows/pythontest.yml/badge.svg)](https://github.com/learningequality/studio/actions/workflows/pythontest.yml) [![Javascript Tests](https://github.com/learningequality/studio/actions/workflows/frontendtest.yml/badge.svg)](https://github.com/learningequality/studio/actions/workflows/frontendtest.yml) [![codecov](http://codecov.io/github/learningequality/studio/coverage.svg?branch=develop)](http://codecov.io/github/learningequality/studio?branch=develop]) +[![Python tests](https://github.com/learningequality/studio/actions/workflows/pythontest.yml/badge.svg)](https://github.com/learningequality/studio/actions/workflows/pythontest.yml) [![Javascript Tests](https://github.com/learningequality/studio/actions/workflows/frontendtest.yml/badge.svg)](https://github.com/learningequality/studio/actions/workflows/frontendtest.yml) [Kolibri Studio](https://studio.learningequality.org) is a web application designed to deliver educational materials to [Kolibri](http://learningequality.org/kolibri/). It supports: diff --git a/requirements-dev.in b/requirements-dev.in index 59157d10d7..31a26bf53c 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -14,8 +14,6 @@ pytest-pythonpath pytest-timeout pytest-watch pre-commit==1.15.1 -coverage -pytest-cov nodeenv pip-tools==6.8.0 locust diff --git a/requirements-dev.txt b/requirements-dev.txt index c63bd1c8ee..4b3ebf5a41 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -45,10 +45,6 @@ coreschema==0.0.4 # via # coreapi # drf-yasg -coverage[toml]==6.2 - # via - # -r requirements-dev.in - # pytest-cov customizable-django-profiler @ git+https://github.com/someshchaturvedi/customizable-django-profiler.git # via -r requirements-dev.in distlib==0.3.1 @@ -181,14 +177,11 @@ pyparsing==2.4.7 pytest==6.2.4 # via # -r requirements-dev.in - # pytest-cov # pytest-django # pytest-logging # pytest-pythonpath # pytest-timeout # pytest-watch -pytest-cov==5.0.0 - # via -r requirements-dev.in pytest-django==4.3.0 # via -r requirements-dev.in pytest-logging==2015.11.4 @@ -252,7 +245,6 @@ toml==0.10.2 tomli==1.2.3 # via # build - # coverage # pep517 typing-extensions==4.5.0 # via locust