tox: update to 4.13.0.
This commit is contained in:
parent
157ddb0c93
commit
595741337c
|
@ -5,7 +5,7 @@ index d7243bd8..c4d20e2d 100644
|
|||
@@ -16,7 +16,6 @@ from typing import TYPE_CHECKING, Any, Callable, Iterator, Protocol, Sequence, c
|
||||
|
||||
import pytest
|
||||
from _pytest.fixtures import SubRequest
|
||||
from _pytest.fixtures import SubRequest # noqa: PLC2701
|
||||
-from devpi_process import IndexServer
|
||||
from virtualenv.info import fs_supports_symlink
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tox'
|
||||
pkgname=tox
|
||||
version=4.12.1
|
||||
version=4.13.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-vcs"
|
||||
|
@ -15,7 +15,7 @@ license="MIT"
|
|||
homepage="https://tox.wiki/"
|
||||
changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
|
||||
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
||||
checksum=61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e
|
||||
checksum=dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7
|
||||
|
||||
do_check() {
|
||||
# Running via PYTHONPATH breaks a few tests so we use a venv
|
||||
|
|
Loading…
Reference in New Issue