Skip to content

Commit

Permalink
Adjust tests to account for ==
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 7, 2024
1 parent f8bb1ea commit 5c1122d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def test_parse_environment_file_with_pip(pip_environment: Path):
manager="pip",
category="main",
extras=[],
version="=0.9.1",
version="==0.9.1",
)
]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ def test_pip_environment_regression_gh449(pip_environment_regression_gh449: Path
manager="pip",
category="main",
extras=["dotenv", "email"],
version="=1.10.10",
version="==1.10.10",
)
]

0 comments on commit 5c1122d

Please sign in to comment.