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 f4cdc06a18..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==2.12.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