diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-10 18:53:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-10 18:53:08 +0000 |
| commit | 149dcbf1904e760ac5ba9d01234a5e393e366efa (patch) | |
| tree | b8b21a706bf7fc1345068666a457495ff3aa4103 /dev-python/nox | |
| parent | 25bfe7b6ba5701e1db2dea0afd57c0249eaa735f (diff) | |
| download | baldeagleos-repo-149dcbf1904e760ac5ba9d01234a5e393e366efa.tar.gz baldeagleos-repo-149dcbf1904e760ac5ba9d01234a5e393e366efa.tar.xz baldeagleos-repo-149dcbf1904e760ac5ba9d01234a5e393e366efa.zip | |
Adding metadata
Diffstat (limited to 'dev-python/nox')
| -rw-r--r-- | dev-python/nox/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/nox/nox-2025.02.09.ebuild (renamed from dev-python/nox/nox-2024.04.15.ebuild) | 10 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/nox/Manifest b/dev-python/nox/Manifest index 6591608fdfe5..9aaca4fd24d5 100644 --- a/dev-python/nox/Manifest +++ b/dev-python/nox/Manifest @@ -1,2 +1,2 @@ -DIST nox-2024.04.15.gh.tar.gz 4001096 BLAKE2B 22a332afe499811be23876760e33be60dac200b686aa19fb7fe7b92315e2681f874a4c175419e3b4dc9eb709bb98821a99d3a7bf2d7dfa756894e5d1265e46e7 SHA512 99143b4c372e40c5b436ef786e72582eae3182513e9763cb76eb123dcb4d16de8b0585a21119c3513fe9aae4bb6d9d19b16f3129a42f3addf2878e6e7f044ebb DIST nox-2024.10.09.gh.tar.gz 4003528 BLAKE2B 51bf42870eac462fdb87e897c225c8262703ccc222d5c463e45d91acf08e4211153f60f72450e3fb964d4ca386501bfa88559e8cff38d55aa2f22310a17d7911 SHA512 51d1f70ba94d01abd10ba3a12896facd13a7a2881496221b6fa9d0a43ff947303b0cc975a29169a3d9e0174277e23e0bc4b1137b2774c1abffa23a48c9d69a11 +DIST nox-2025.02.09.gh.tar.gz 4021040 BLAKE2B d0185d6ad2dc7ef881f6f6dd7a38d0e8cb7398d7cb6b59bd6b27593e8e13011ef96673c14f75402804af104066b160e765726ed0bd7a647584e785a861f5a685 SHA512 431e9aed5e596d74298f4d7c1d41bded2edf271824cd69be09dbb434d38de07809c15a59707a9925f048d33f51fa6369340bb2d5c726cfb2c4afdf3f9303aed2 diff --git a/dev-python/nox/nox-2024.04.15.ebuild b/dev-python/nox/nox-2025.02.09.ebuild index 143eb4754369..1239f70be699 100644 --- a/dev-python/nox/nox-2024.04.15.ebuild +++ b/dev-python/nox/nox-2025.02.09.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,11 +20,13 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64" RDEPEND=" >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}] + >=dev-python/attrs-23.1[${PYTHON_USEDEP}] >=dev-python/colorlog-2.6.1[${PYTHON_USEDEP}] + >=dev-python/dependency-groups-1.1[${PYTHON_USEDEP}] >=dev-python/packaging-20.9[${PYTHON_USEDEP}] >=dev-python/virtualenv-20.14.1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' @@ -49,12 +51,16 @@ python_test() { local EPYTEST_DESELECT=( # TODO: conda? 'tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.CondaEnv.create-conda-CondaEnv]' + # Internet + tests/test_virtualenv.py::test_uv_install + tests/test_main.py::test_noxfile_script_mode ) case ${EPYTHON} in pypy3) EPYTEST_DESELECT+=( # hardcoded CPython assumption + tests/test_tox_to_nox.py::test_commands_with_requirements tests/test_tox_to_nox.py::test_skipinstall tests/test_tox_to_nox.py::test_trivial tests/test_tox_to_nox.py::test_usedevelop |
