Skip to content

Commit 36fc04b

Browse files
authored
Merge pull request #4497 from learningequality/dependabot/pip/pytest-cov-5.0.0
Bump pytest-cov from 2.12.0 to 5.0.0
2 parents 7a4c8d1 + d13102b commit 36fc04b

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kolibri Studio
22

3-
[![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])
3+
[![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)
44

55
[Kolibri Studio](https://studio.learningequality.org) is a web application designed to deliver educational materials to [Kolibri](http://learningequality.org/kolibri/). It supports:
66

requirements-dev.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pytest-pythonpath
1414
pytest-timeout
1515
pytest-watch
1616
pre-commit==1.15.1
17-
coverage
18-
pytest-cov
1917
nodeenv
2018
pip-tools==6.8.0
2119
locust

requirements-dev.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ coreschema==0.0.4
4545
# via
4646
# coreapi
4747
# drf-yasg
48-
coverage[toml]==6.2
49-
# via
50-
# -r requirements-dev.in
51-
# pytest-cov
5248
customizable-django-profiler @ git+https://github.com/someshchaturvedi/customizable-django-profiler.git
5349
# via -r requirements-dev.in
5450
distlib==0.3.1
@@ -181,14 +177,11 @@ pyparsing==2.4.7
181177
pytest==6.2.4
182178
# via
183179
# -r requirements-dev.in
184-
# pytest-cov
185180
# pytest-django
186181
# pytest-logging
187182
# pytest-pythonpath
188183
# pytest-timeout
189184
# pytest-watch
190-
pytest-cov==2.12.0
191-
# via -r requirements-dev.in
192185
pytest-django==4.3.0
193186
# via -r requirements-dev.in
194187
pytest-logging==2015.11.4
@@ -252,7 +245,6 @@ toml==0.10.2
252245
tomli==1.2.3
253246
# via
254247
# build
255-
# coverage
256248
# pep517
257249
typing-extensions==4.5.0
258250
# via locust

0 commit comments

Comments
 (0)