Skip to content

Commit d5efcc0

Browse files
postgnosticpablo-schmeiser
authored andcommitted
fix pytest-django version
1 parent 755e278 commit d5efcc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Make sure they are installed on your system and run the following setup commands
3939
python -m venv venv
4040
source venv/bin/activate # Linux, BSD, MacOS
4141
# venv\Scripts\activate # Windows
42-
pip install .
42+
pip install ".[dev,tests,docs]"
4343
```
4444

4545
Make sure to activate your venv (second line above) in every shell you want to interact with your venv. Some IDEs do this automatically for you.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dev = [
5959

6060
tests = [
6161
'pytest==9.0.2',
62-
'pytest-django==4.9.1',
62+
'pytest-django==4.12.0',
6363
'pytest-cov==7.0.0',
6464
]
6565

0 commit comments

Comments
 (0)