dev-python/pytest-syrupy: add 4.0.1, drop 4.0.0

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-04-13 14:31:25 +02:00
parent 95bb2b4d41
commit 26fa58e0c5
2 changed files with 11 additions and 12 deletions

View File

@@ -1 +1 @@
DIST pytest-syrupy-4.0.0.gh.tar.gz 2294943 BLAKE2B ac968eaaccfb4258237af165bf576a635ac858b0e8b52b2089b99b1dcfd3d49cc16bd7550ceb95809340a0e568fb37081e3c59820be8292fbe55f0223dc5dffa SHA512 006a28283c1ba148845bc4f447b066112a791adf47d405ce0351a25d2f100c64240719531ec62ed83f6c2a899f8d4ddeec9209fa152a290b6bb4e7b0e6ed1797
DIST pytest-syrupy-4.0.1.gh.tar.gz 2300053 BLAKE2B 875465e5bfc6462535125f374906f29392c0fdb957eb4efe1fa9a38882f10e200af69065bc3190f224270d59e73f531b3d0c017d2686068f1abd4cb8e2cbcd89 SHA512 6f786e40e1700077b0fd98f5ca794d749666945dff89388d07a9c58c538b077835b107358eaa66d4ad1d7e50bea1964371c6428ab9597868f9005ae8b4e2d874

View File

@@ -1,10 +1,10 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
@@ -17,25 +17,24 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.md CHANGELOG.md )
RDEPEND="
dev-python/rich[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/poetry-core[${PYTHON_USEDEP}]
dev-python/colored[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
test? (
dev-python/codecov[${PYTHON_USEDEP}]
dev-python/invoke[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
"
DEPEND="
${BDEPEND}
${RDEPEND}
"
DEPEND="${RDEPEND}"
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# Seems like the output changed but the tests did not
tests/integration/test_pytest_extension.py::test_ignores_non_function_nodes
)