Skip to content

Commit

Permalink
refactor: break out tests to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 25, 2023
1 parent 2470edf commit bf9af35
Show file tree
Hide file tree
Showing 26 changed files with 817 additions and 828 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "rattler_libsolv_rs"
name = "resolvo"
version = "0.1.0"
authors = ["Adolfo Ochagavía <github@adolfo.ochagavia.nl>", "Bas Zalmstra <zalmstra.bas@gmail.com>", "Tim de Jager <tdejager89@gmail.com>" ]
description = "Fast package resolver written in Rust (CDCL based SAT solving)"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The following packages are incompatible
|-- suitcase-utils 53
|-- suitcase-utils >=54, <100 cannot be installed because there are no viable options:
|-- suitcase-utils 54, which conflicts with the versions reported above.
```

Resolve provides a generic interface which allows integrating the solver with a variety of package managers. For instance resolvo is used in [rattler](https://github.com/mamba-org/rattler) and [pixi](https://github.com/prefix-dev/pixi) to solve packages from the conda ecosystem.
Expand Down
Loading

0 comments on commit bf9af35

Please sign in to comment.