diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-10 00:42:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-10 00:42:09 +0000 |
| commit | 0ee2f45fa8b6f82dfeae57db7d4f0e5afeab3d49 (patch) | |
| tree | 56571913f1ed753d7c79efc2bbc722b5d77a8c79 /dev-python/build | |
| parent | 5c135724c546218a6bc28195b8d0c991a3dfb38b (diff) | |
| download | baldeagleos-repo-0ee2f45fa8b6f82dfeae57db7d4f0e5afeab3d49.tar.gz baldeagleos-repo-0ee2f45fa8b6f82dfeae57db7d4f0e5afeab3d49.tar.xz baldeagleos-repo-0ee2f45fa8b6f82dfeae57db7d4f0e5afeab3d49.zip | |
Adding metadata
Diffstat (limited to 'dev-python/build')
| -rw-r--r-- | dev-python/build/build-0.7.0-r1.ebuild | 3 | ||||
| -rw-r--r-- | dev-python/build/build-0.8.0.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/build/build-0.7.0-r1.ebuild b/dev-python/build/build-0.7.0-r1.ebuild index 597ae7f1126b..1116c9cd8941 100644 --- a/dev-python/build/build-0.7.0-r1.ebuild +++ b/dev-python/build/build-0.7.0-r1.ebuild @@ -54,6 +54,9 @@ python_test() { tests/test_main.py::test_build_package_via_sdist '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 ) [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=( # fixed in git but the patch is large-ish diff --git a/dev-python/build/build-0.8.0.ebuild b/dev-python/build/build-0.8.0.ebuild index a4d5552f8912..ea2522895df1 100644 --- a/dev-python/build/build-0.8.0.ebuild +++ b/dev-python/build/build-0.8.0.ebuild @@ -58,6 +58,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)" \ |
