Skip to content

Commit

Permalink
Fix flaky python test
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Dec 9, 2020
1 parent 457f45e commit 8d3339d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
let(:generated_fixture_name) { "pip_compile_native_dependencies.txt" }
let(:dependency_name) { "cryptography" }
let(:dependency_version) { "2.2.2" }
let(:updated_requirement) { "> 3.0.0" }
let(:updated_requirement) { "> 3.0.0, < 3.3" }

it { is_expected.to eq(Gem::Version.new("3.2.1")) }
end
Expand Down

0 comments on commit 8d3339d

Please sign in to comment.