Skip to content

Commit

Permalink
pyoxidizer: install cffi 1.15 in test
Browse files Browse the repository at this point in the history
This fixes a regression due to the 3.10 by default switch a few
commits ago.
  • Loading branch information
indygreg committed May 31, 2022
1 parent 2f8c87c commit 86042e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoxidizer/src/py_packaging/packaging_tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ mod tests {
&policy,
LibpythonLinkMode::Dynamic,
false,
&["cffi==1.14.0".to_string()],
&["cffi==1.15.0".to_string()],
&HashMap::new(),
)?;

Expand Down

0 comments on commit 86042e0

Please sign in to comment.