release: bump version to 1.5.0#227
Merged
radoering merged 1 commit intopython-poetry:mainfrom Aug 20, 2023
Merged
Conversation
Contributor
|
Recent updates to diff --git a/tests/test_exporter.py b/tests/test_exporter.py
index 73cb03a..5ba17bf 100644
--- a/tests/test_exporter.py
+++ b/tests/test_exporter.py
@@ -447,7 +447,7 @@ def test_exporter_can_export_requirements_txt_with_nested_packages_and_markers(
"b": Dependency.create_from_pep_508(f"b==4.5.6 ; {marker_py_windows}"),
"c": Dependency.create_from_pep_508(f"c==7.8.9 ; {marker_py_win32}"),
"d": Dependency.create_from_pep_508(
- f"d==0.0.1 ; {marker_py_win32.union(marker_py_windows)}"
+ f"d==0.0.1 ; {marker_py_windows.union(marker_py_win32)}"
),
}The usual absurd circular dependencies and entangled CI pipelines will make it less painful if you get ahead of this: it should be safe to make that change now. |
9ad0d37 to
05b211b
Compare
Member
Author
|
Many thanks. |
Secrus
previously approved these changes
Aug 20, 2023
05b211b to
d5fc076
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
Secrus
approved these changes
Aug 20, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Changed
Fixed