mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
debian, pyproject.toml: Remove ancient python3-tomli workaround
Thanks to git blame I found why python3-tomli had been added back then: 6199718a19383d8d070b7bdc9d26ead71a9d26dd python3-tomli is slowly being sunset in favor of tomllib from the Standard Library: https://wiki.debian.org/Python/Backports Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
32fd5048c1
commit
cb3a099f04
2
debian/control
vendored
2
debian/control
vendored
@ -52,8 +52,6 @@ Build-Depends:
|
|||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
python3-setuptools-git,
|
python3-setuptools-git,
|
||||||
python3-systemd,
|
python3-systemd,
|
||||||
# python3-tomli is needed by python3-coverage when pyproject.toml is used
|
|
||||||
python3-tomli,
|
|
||||||
python3-typeshed,
|
python3-typeshed,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
sshpass,
|
sshpass,
|
||||||
|
|||||||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -14,5 +14,5 @@ Restrictions: needs-root, breaks-testbed
|
|||||||
# Run unit and integration tests on installed files.
|
# Run unit and integration tests on installed files.
|
||||||
#
|
#
|
||||||
Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term
|
Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term
|
||||||
Depends: e2fsprogs, git, python3-pytest, python3-pytest-cov, python3-pytest-django, python3-tomli, @
|
Depends: e2fsprogs, git, python3-pytest, python3-pytest-cov, python3-pytest-django, @
|
||||||
Restrictions: breaks-testbed
|
Restrictions: breaks-testbed
|
||||||
|
|||||||
@ -86,7 +86,6 @@ test = [
|
|||||||
"pytest-django",
|
"pytest-django",
|
||||||
"flake8",
|
"flake8",
|
||||||
"requests",
|
"requests",
|
||||||
"tomli",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user