-
Notifications
You must be signed in to change notification settings - Fork 39
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
Test on Django 5.0 #3269
base: master
Are you sure you want to change the base?
Test on Django 5.0 #3269
Conversation
We should've been testing for Python 3.11 for a long time now, it's time to start!
Quality Gate passedIssues Measures |
Integration tests fail: Probably caused by naive date timesFAILED tests/integration/eventengine/juniper_alert_count_test.py::TestHandleStart::test_handle_start_resolves_existing_alert_with_different_count - AssertionError: assert datetime.datetime(2025, 1, 29, 12, 19, 12, 136714) == datetime... OtherFAILED tests/integration/l2trace_test.py::DownlinkTests::test_employee1_downlink_should_be_foo_sw1_gi_0_10 - AssertionError: False is not true |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3269 +/- ##
===========================================
+ Coverage 60.58% 84.35% +23.76%
===========================================
Files 606 7 -599
Lines 43733 262 -43471
Branches 48 48
===========================================
- Hits 26494 221 -26273
+ Misses 17227 29 -17198
Partials 12 12 ☔ View full report in Codecov by Sentry. |
DeprecationWarning, deprecated packages.tox/integration-py311-django50/lib/python3.11/site-packages/napalm/init.py:1 .tox/integration-py311-django50/lib/python3.11/site-packages/netmiko/base_connection.py:12 .tox/integration-py311-django50/lib/python3.11/site-packages/twisted/web/http.py:103 |
DeprecationWarning: old-style namespace packages.tox/integration-py311-django50/lib/python3.11/site-packages/pkg_resources/init.py:2846 .tox/integration-py311-django50/lib/python3.11/site-packages/pkg_resources/init.py:2846 .tox/integration-py311-django50/lib/python3.11/site-packages/pkg_resources/init.py:2846 |
RuntimeWarning: DateTimeField received a naive datetime while time zone support is active.147 tests with warnings. |
Depends on #2850