-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix devdeps, other updates #128
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #128 +/- ##
=======================================
Coverage 75.29% 75.29%
=======================================
Files 7 7
Lines 344 344
=======================================
Hits 259 259
Misses 85 85 ☔ View full report in Codecov by Sentry. |
because of pesky test data files
and tell tox where data is
Yeah, your manifest prunes out the test data. The build isolation stuff isn't going to work. |
This comment was marked as resolved.
This comment was marked as resolved.
and also I think no xdist is faster
and also maybe tox can try devdeps now
Impressive! Many thanks! One favor, please: can you, please move |
and I will think about one more request just to get to 20 commits |
Maybe @jhunkeler will have ideas if you can get him to review. 😸 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonderful!
I wished I could steal @jhunkeler brains to review this PR. |
Fun fact: The job without tox is 3x faster despite not using xdist. |
Please use "Squash and Merge" button if you decide to merge this!
I was trying to fix devdeps and went down the rabbit hole of updating everything else to current standards.
Close #97
Address Windows portion of #62