Skip to content

Commit

Permalink
Remove proptest
Browse files Browse the repository at this point in the history
It was causing too many problems with MSRV guarantees to be worth it.
  • Loading branch information
vks committed Mar 22, 2024
1 parent 51c9f75 commit 70fd2bf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ rand_distr = "0.4"
serde_json = "1"
streaming-stats = "0.2"
quantiles = "0.7"
proptest = "=1.2"

[package.metadata.docs.rs]
# Enable certain features when building docs for docs.rs
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ mod max;
mod mean;
mod min;
mod moments;
#[cfg(feature = "std")]
mod proptest;
#[cfg(any(feature = "std", feature = "libm"))]
mod quantile;
#[cfg(any(feature = "std", feature = "libm"))]
Expand Down
7 changes: 0 additions & 7 deletions tests/integration/proptest.proptest-regressions

This file was deleted.

23 changes: 0 additions & 23 deletions tests/integration/proptest.rs

This file was deleted.

0 comments on commit 70fd2bf

Please sign in to comment.