-
Notifications
You must be signed in to change notification settings - Fork 10
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
Skip collection of MarkGenerator
when using from pytask import mark
.
#576
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v0.4.x #576 +/- ##
=======================================
Coverage 97.83% 97.83%
=======================================
Files 106 106
Lines 8976 8980 +4
=======================================
+ Hits 8782 8786 +4
Misses 194 194
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…o fix-from-pytask-import-mark
Hi @ChristianZimpelmann, can you install the version from this branch and telll me whether everything works fine using pip install git+https://github.com/pytask-dev/pytask.git@fix-from-pytask-import-mark |
It does. Thanks a lot! |
I will soon release v0.4.6. |
Closes pytask-dev/pytask-latex#71.