-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Create marker for internal tests #8299
Conversation
Some of the tests in test_websocket_writer.py are a good candidate to add to this later, as the binary tests depend on the version of zlib installed. However, some new tests should also be added that test the cleartext as well, so there are still tests for packagers to run. I'll leave this as a future exercise. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8299 +/- ##
=======================================
Coverage 97.47% 97.47%
=======================================
Files 107 107
Lines 33024 33025 +1
Branches 3872 3874 +2
=======================================
+ Hits 32191 32192 +1
Misses 609 609
Partials 224 224
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Well, that's not what I intended... :P |
I'm not sure if pytest has an option that simply cancels out the |
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <sviat@redhat.com>
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #8307 🤖 @patchback |
To help avoid issues with downstream packagers etc. we should disable a few tests for them which are dependent on the CI environment. (cherry picked from commit 28d026e)
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8308 🤖 @patchback |
To help avoid issues with downstream packagers etc. we should disable a few tests for them which are dependent on the CI environment. (cherry picked from commit 28d026e)
To help avoid issues with downstream packagers etc. we should disable a few tests for them which are dependent on the CI environment.