Skip to content

Commit 6ba66ca

Browse files
committed
Merge branch 'master' into hallett/wasting_module
2 parents 140641c + 568196e commit 6ba66ca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/publications.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Overview of the Model
1515
Analyses Using The Model
1616
========================
1717

18+
* `The Changes in Health Service Utilisation in Malawi During the COVID-19 Pandemic <https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0290823>`_
19+
1820
* `Modeling Contraception and Pregnancy in Malawi: A Thanzi La Onse Mathematical Modeling Study <https://onlinelibrary.wiley.com/doi/10.1111/sifp.12255>`_
1921

2022
* `Factors Associated with Consumable Stock-Outs in Malawi: Evidence from a Facility Census <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4424341>`_

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ passenv =
2727
usedevelop = false
2828
deps =
2929
-r{toxinidir}/requirements/base.txt
30-
pytest
30+
; Pin pytest version as some tests use features deprecated in v8
31+
; See https://github.com/UCL/TLOmodel/issues/1264
32+
pytest==7.4.4
3133
pytest-cov
3234
commands =
3335
{posargs:pytest --cov --cov-report=term-missing -vv tests}
@@ -38,7 +40,9 @@ deps =
3840
pandas15: pandas==1.5.3
3941
pandas20: pandas==2.0.0
4042
pandas21: pandas==2.1.0
41-
pytest
43+
; Pin pytest version as some tests use features deprecated in v8
44+
; See https://github.com/UCL/TLOmodel/issues/1264
45+
pytest==7.4.4
4246
pytest-cov
4347

4448
[testenv:spell]

0 commit comments

Comments
 (0)