Skip to content

Commit f7e37a7

Browse files
committed
fix(deps): Move pytests dependency int dev-dependencies
1 parent 32ba7a2 commit f7e37a7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ authors = ["Ross Lawley <[email protected]>"]
88
python = ">=3.7,<4"
99
django = "~3"
1010
mongoengine = ">=0.14"
11-
pytest-django = "^4.2.0"
1211

1312
[tool.poetry.dev-dependencies]
1413
sphinx = "*"
1514
pytest = "^6"
1615
flake8 = "^3"
1716
pdbpp = "^0.10.2"
17+
pytest-django = "^4.2.0"
1818
pytest-cov = "^2.11.1"
1919
pytest-sugar = "^0.9.4"
2020

0 commit comments

Comments
 (0)