mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
dev-python/pytest-asyncio: Unpin dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -39,3 +39,10 @@ EPYTEST_DESELECT=(
|
||||
tests/test_event_loop_fixture.py::test_event_loop_fixture_asyncgen_error
|
||||
tests/test_event_loop_fixture.py::test_event_loop_fixture_handles_unclosed_async_gen
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# remove pins
|
||||
sed -i -e 's:,<[0-9.]*::' pyproject.toml || die
|
||||
}
|
||||
Reference in New Issue
Block a user