Skip to content

Commit 8be86d2

Browse files
committed
Updating coverage to address AttributeError
1 parent d0dea02 commit 8be86d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ source env/bin/activate
2929
pip install -r requirements.txt
3030
source scripts/setup-mongo-dev.sh
3131
```
32+
Note: if you encounter the following error:
33+
```
34+
AttributeError: module 'coverage' has no attribute 'types'
35+
```
36+
You can run the following to address this:
37+
```
38+
pip install --upgrade coverage
39+
```
3240

3341
### Docker
3442

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cellarium-cas[vis]==1.4.11
1818

1919
# Dev dependencies
2020
pytest==7.2.1
21-
coverage==4.5.3
21+
coverage==7.12.0
2222
pytest-xdist==1.29.0
2323
pre-commit==1.18.1
2424
black==24.3.0

0 commit comments

Comments
 (0)