Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lacroix committed Oct 20, 2022
1 parent da8f9c9 commit e665fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-flit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ channels = [
[tool.conda-lock.dependencies]
sqlite = "<3.34"
certifi = ">=2019.11.28"
toml = {source = "pypi"}
2 changes: 2 additions & 0 deletions tests/test_conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ def test_parse_flit(flit_pyproject_toml: Path):
assert specs["pytest"].optional is True
assert specs["pytest"].category == "dev"

assert specs["toml"].manager == "pip"

assert res.channels == [Channel.from_string("defaults")]


Expand Down

0 comments on commit e665fd6

Please sign in to comment.