Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Disable default features for
rstest
(#380)
For some reason, I'm getting an issue locally where the `rstest_macros` crate can't be found: ``` error[E0463]: can't find crate for rstest_macros --> /home/spencer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.22.0/src/lib.rs:570:9 | 570 | pub use rstest_macros::fixture; | ^^^^^^^^^^^^^ can't find crate ``` This doesn't occur in CI so I think something is wrong with my dev env. However, removing the default features from `rstest` seems to resolve this locally, and we don't need the default features in `roadster`.
- Loading branch information