Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions conda-solver-tests/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,82 @@ tests:
link_precs:
- channel-4/${{ arch }}::flask-0.12.2-py36hb24657c_0

- name: test_no_deps_1_1
id: B036
provenance: tests/core/test_solve.py::test_no_deps_1::1
kind: solve
input:
channels: channel-1
specs_to_add: python=2
output:
final_state:
- channel-1/${{ arch }}::openssl-1.0.1c-0
- channel-1/${{ arch }}::readline-6.2-0
- channel-1/${{ arch }}::sqlite-3.7.13-0
- channel-1/${{ arch }}::system-5.8-1
- channel-1/${{ arch }}::tk-8.5.13-0
- channel-1/${{ arch }}::zlib-1.2.7-0
- channel-1/${{ arch }}::python-2.7.5-0

- name: test_no_deps_1_2
id: B037
provenance: tests/core/test_solve.py::test_no_deps_1::2
kind: solve
input:
channels: channel-1
specs_to_add: numba
prefix:
- channel-1/${{ arch }}::openssl-1.0.1c-0
- channel-1/${{ arch }}::readline-6.2-0
- channel-1/${{ arch }}::sqlite-3.7.13-0
- channel-1/${{ arch }}::system-5.8-1
- channel-1/${{ arch }}::tk-8.5.13-0
- channel-1/${{ arch }}::zlib-1.2.7-0
- channel-1/${{ arch }}::python-2.7.5-0
history_specs: python=2
output:
final_state:
- channel-1/${{ arch }}::openssl-1.0.1c-0
- channel-1/${{ arch }}::readline-6.2-0
- channel-1/${{ arch }}::sqlite-3.7.13-0
- channel-1/${{ arch }}::system-5.8-1
- channel-1/${{ arch }}::tk-8.5.13-0
- channel-1/${{ arch }}::zlib-1.2.7-0
- channel-1/${{ arch }}::llvm-3.2-0
- channel-1/${{ arch }}::python-2.7.5-0
- channel-1/${{ arch }}::llvmpy-0.11.2-py27_0
- channel-1/${{ arch }}::meta-0.4.2.dev-py27_0
- channel-1/${{ arch }}::numpy-1.7.1-py27_0
- channel-1/${{ arch }}::numba-0.8.1-np17py27_0

- name: test_no_deps_1_3
id: B038
provenance: tests/core/test_solve.py::test_no_deps_1::3
kind: solve
input:
channels: channel-1
specs_to_add: numba
prefix:
- channel-1/${{ arch }}::openssl-1.0.1c-0
- channel-1/${{ arch }}::readline-6.2-0
- channel-1/${{ arch }}::sqlite-3.7.13-0
- channel-1/${{ arch }}::system-5.8-1
- channel-1/${{ arch }}::tk-8.5.13-0
- channel-1/${{ arch }}::zlib-1.2.7-0
- channel-1/${{ arch }}::python-2.7.5-0
history_specs: python=2
deps_modifier: no_deps
output:
final_state:
- channel-1/${{ arch }}::openssl-1.0.1c-0
- channel-1/${{ arch }}::readline-6.2-0
- channel-1/${{ arch }}::sqlite-3.7.13-0
- channel-1/${{ arch }}::system-5.8-1
- channel-1/${{ arch }}::tk-8.5.13-0
- channel-1/${{ arch }}::zlib-1.2.7-0
- channel-1/${{ arch }}::python-2.7.5-0
- channel-1/${{ arch }}::numba-0.8.1-np17py27_0

- name: test_update_deps_2_3
id: B035
provenance: tests/core/test_solve.py::test_update_deps_2::3
Expand Down