-
Notifications
You must be signed in to change notification settings - Fork 56
Feature flag for the async-std
runtime
#148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you very much for report this... Maybe
I just remove the |
If you want to expose the timeout tests by default you could have it in the default features with another feature that encompasses the core functionality so one could run |
What is missed:
|
Done |
Awesome! Thank you very much. This should really improve the time and resource usage for running CI/test builds from scratch |
First of all I absolutely love this crate to quickly build up many test cases.
With the most recent release the number of dependencies of
rstest
has grown significantly.Would it be feasible, to make the dependency on
async-std
switchable with a feature?cargo tree
with v0.13.0cargo tree
with v0.12.0The text was updated successfully, but these errors were encountered: