Skip to content

Commit

Permalink
Set platform_tags to Linux in wheel files check
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Nov 9, 2022
1 parent c4fd67c commit b37daa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/common/other.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::{Context, Result};
use clap::Parser;
use flate2::read::GzDecoder;
use maturin::{BuildOptions, CargoOptions};
use maturin::{BuildOptions, CargoOptions, PlatformTag};
use pretty_assertions::assert_eq;
use std::collections::BTreeSet;
use std::fs::File;
Expand Down Expand Up @@ -190,6 +190,7 @@ pub fn check_wheel_files(
))),
..Default::default()
},
platform_tag: vec![PlatformTag::Linux],
..Default::default()
};

Expand Down

0 comments on commit b37daa5

Please sign in to comment.