Skip to content

Commit 8dfe22e

Browse files
committed
2 parents 0cab6e2 + 94139f2 commit 8dfe22e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Install Poetry
3030
uses: snok/install-poetry@v1
3131
with:
32-
version: 1.1.14
3332
virtualenvs-create: true
3433
virtualenvs-in-project: true
3534
- name: Install Basic Dependencies

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mypy = "^0.971"
5252
isort = "^5.6.4"
5353
doc8 = "^0.11.0"
5454
darglint = "^1.5.7"
55-
pytest-cov = "^3.0.0"
55+
pytest-cov = "^4.0.0"
5656
pylint = "^2.6.0"
5757
sphinx-argparse = "^0.3.0"
5858
deepdiff = "^5.2.3"
@@ -64,6 +64,10 @@ coverage = "^6.2"
6464
beautifulsoup4 = "^4.11.1"
6565
pytest-django = "^4.5.2"
6666
django-test-migrations = "^1.2.0"
67+
importlib-metadata = [
68+
{ version = "<5.0", markers = "python_version <= '3.7'" },
69+
{ version = ">=5.0", markers = "python_version > '3.7'" },
70+
]
6771

6872
[build-system]
6973
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)