diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-12 12:31:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-12 12:32:00 +0100 |
commit | 7491c61e0d9315005f2afb0e1460f2c0a41aba7c (patch) | |
tree | 28de83f4a657ed802c537964d157bc2454b72543 /dev-python/build | |
parent | net-misc/lyricwikia: disable py3.8, py3.9 (diff) | |
download | gentoo-7491c61e0d9315005f2afb0e1460f2c0a41aba7c.tar.gz gentoo-7491c61e0d9315005f2afb0e1460f2c0a41aba7c.tar.bz2 gentoo-7491c61e0d9315005f2afb0e1460f2c0a41aba7c.zip |
dev-python/build: Restore deselect for toml fallback test
Closes: https://bugs.gentoo.org/890581
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/build')
-rw-r--r-- | dev-python/build/build-0.10.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/build/build-0.10.0.ebuild b/dev-python/build/build-0.10.0.ebuild index 840c30d10816..787fa5dc72dc 100644 --- a/dev-python/build/build-0.10.0.ebuild +++ b/dev-python/build/build-0.10.0.ebuild @@ -56,6 +56,9 @@ python_test() { tests/test_self_packaging.py::test_build_wheel 'tests/test_util.py::test_wheel_metadata[True]' tests/test_util.py::test_with_get_requires + # we don't really have to test that fallback + # (requires dev-python/toml that we'd like to lastrite eventually) + tests/test_projectbuilder.py::test_toml_instead_of_tomli ) epytest -p no:flaky -n "$(makeopts_jobs)" |