Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce107a3648 | ||
|
|
786a81216c |
2 changed files with 8 additions and 2 deletions
|
|
@ -191,6 +191,8 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||
PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
|
||||
|
||||
# Integration tests generally require network, so skip them.
|
||||
# Also:
|
||||
# test_cli.py::test_run_uncaptured
|
||||
|
||||
# TestJson.test_list does not recognize /usr as a conda environment
|
||||
# These fail on koji with PackageNotFound errors likely due to network issues
|
||||
|
|
@ -204,6 +206,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} conda info
|
|||
# tests/cli/test_main_{clean,rename}.py tests require network access
|
||||
# tests/core/test_initialize.py tries to unlink /usr/bin/python3 and fails when python is a release candidate
|
||||
# tests/core/test_solve.py::test_cuda_fail_1 fails on non-x86_64
|
||||
|
||||
# tests/core/test_subdir_data.py::test_no_ssl requires mocker fixture not in EL9
|
||||
py.test-%{python3_version} -vv -m "not integration" \
|
||||
--ignore conda/auxlib/_vendor \
|
||||
--deselect=tests/test_cli.py::TestJson::test_list \
|
||||
|
|
@ -211,13 +215,15 @@ py.test-%{python3_version} -vv -m "not integration" \
|
|||
--deselect=tests/test_cli.py::test_run_returns_nonzero_errorlevel \
|
||||
--deselect=tests/test_cli.py::test_run_returns_zero_errorlevel \
|
||||
--deselect=tests/test_cli.py::test_run_readonly_env \
|
||||
--deselect=tests/test_cli.py::test_run_uncaptured \
|
||||
--deselect=tests/cli/test_main_clean.py \
|
||||
--deselect=tests/cli/test_main_rename.py \
|
||||
--deselect=tests/core/test_package_cache_data.py::test_ProgressiveFetchExtract_prefers_conda_v2_format \
|
||||
--deselect=tests/core/test_subdir_data.py::test_subdir_data_prefers_conda_to_tar_bz2 \
|
||||
--deselect=tests/core/test_subdir_data.py::test_use_only_tar_bz2 \
|
||||
--deselect=tests/core/test_initialize.py \
|
||||
--deselect=tests/core/test_solve.py::test_cuda_fail_1
|
||||
--deselect=tests/core/test_solve.py::test_cuda_fail_1 \
|
||||
--deselect=tests/core/test_subdir_data.py::test_no_ssl
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (conda-4.13.0.tar.gz) = be2b5ea639332ac5bb1b7d92a9af854ccc657d1a64b1eb5c31c50f5d86b954e0d454db1746771a6549e6c7111f827bcd2e6f30e77fc3b0cd10e3c96e258a3abd
|
||||
SHA512 (conda-4.14.0.tar.gz) = 4070e7670b3adde45e30a5f1194f0e99a76be465bf6ee54f340c142f7dcb090b091a97aa58cd02210f3194137602d3b29670f69083dda6e276ea5d08bf5a22cf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue