Skip to content

Commit a38123c

Browse files
committed
Remove book exmaples from test array
1 parent 6a52550 commit a38123c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/test

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ class TestRunner:
5252
"test", "--manifest-path", "fitsio/Cargo.toml", "--features", "array"
5353
)
5454

55-
def _run_test_book_examples(self):
56-
self._run_cargo(
57-
"build", "--manifest-path", "homepage/fitsioexample/Cargo.toml", "--bins"
58-
)
59-
6055
def _run_test_fitsio_src(self):
6156
self._run_cargo(
6257
"test",
@@ -108,7 +103,6 @@ if __name__ == "__main__":
108103
"full-example",
109104
"array",
110105
"fitsio-src",
111-
"book-examples",
112106
"clippy",
113107
"bindgen",
114108
],

0 commit comments

Comments
 (0)