Skip to content

Commit 03bad55

Browse files
committed
Update CI to run main
1 parent d1bf811 commit 03bad55

File tree

5 files changed

+4
-40
lines changed

5 files changed

+4
-40
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ repos:
4747
- id: poetry-check
4848
additional_dependencies:
4949
- poetry-plugin-sort==0.2.0
50-
- poetry-plugin-export==1.8.0
51-
# FIXME: poetry lock export more platform on the CI
52-
# - id: poetry-lock
53-
# args: ["--no-update"]
54-
- id: poetry-export
5550

5651
- repo: https://github.com/astral-sh/ruff-pre-commit
5752
rev: v0.11.12

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -46,7 +46,7 @@ django-guardian = "*"
4646
graphviz = "*"
4747
pre-commit = "*"
4848
pytest = "*"
49-
pytest-cov = "^4.1.0"
49+
pytest-cov = "*"
5050
pytest-django = "*"
5151

5252
[tool.pytest.ini_options]

requirements.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
py{310,311,312}-dj51
66
py{310,311,312,313}-dj52
77
py{312,313}-djmain
8+
89
skipsdist = True
910

1011
[testenv]
@@ -13,7 +14,7 @@ deps =
1314
dj50: Django==5.0
1415
dj51: Django==5.1
1516
dj52: Django==5.2
16-
djmain: Django==https://github.com/django/django/archive/main.tar.gz
17+
djmain: https://github.com/django/django/tarball/main
1718

1819
django-guardian
1920
graphviz

0 commit comments

Comments
 (0)