Skip to content

Commit d3de975

Browse files
author
Ioannis Giagkiozis
committed
macos kaleido update
1 parent 0c95753 commit d3de975

File tree

10 files changed

+7
-3
lines changed

10 files changed

+7
-3
lines changed

plotly/src/plot.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ mod tests {
529529

530530
#[test]
531531
#[cfg(feature = "kaleido")]
532+
#[cfg(any(target_os = "linux", target_os = "windows"))]
532533
fn test_save_to_eps() {
533534
let plot = create_test_plot();
534535
let dst = PathBuf::from("example.eps");
@@ -617,6 +618,7 @@ mod tests {
617618

618619
#[test]
619620
#[cfg(feature = "orca")]
621+
#[cfg(any(target_os = "linux", target_os = "windows"))]
620622
fn test_to_eps() {
621623
let plot = create_test_plot();
622624
let dst = PathBuf::from("example.eps");
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:cb6c74005adbcb820963f96d9baeefd0e0619e6d2ac919ab827d325849a99dc0
3-
size 132508412
2+
oid sha256:6ec087134616ae9c1786d1a78aa662e20096e58c3d247f768626246ce921efff
3+
size 132512556
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

plotly_kaleido/kaleido/macos/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1rc4
1+
0.0.1rc9

plotly_kaleido/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ mod tests {
259259
}
260260

261261
#[test]
262+
#[cfg(any(target_os = "linux", target_os = "windows"))]
262263
fn test_save_eps() {
263264
let k = Kaleido::new();
264265
let dst = PathBuf::from("example.eps");

plotly_orca/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ mod tests {
291291
}
292292

293293
#[test]
294+
#[cfg(any(target_os = "linux", target_os = "windows"))]
294295
fn test_save_eps() {
295296
let o = Orca::new();
296297
let dst = PathBuf::from("example.eps");

0 commit comments

Comments
 (0)