holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
410 stars 69 forks source link

Fix test_reactive_logic_unary_ops on Python 3.12 #946

Closed maximlt closed 1 week ago

maximlt commented 1 week ago

Fixes https://github.com/holoviz/param/issues/907

And various minor CI updates.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.53%. Comparing base (7c9d7c6) to head (5ea4b37). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #946 +/- ## ========================================== - Coverage 86.57% 86.53% -0.04% ========================================== Files 10 10 Lines 5148 5148 ========================================== - Hits 4457 4455 -2 - Misses 691 693 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

maximlt commented 1 week ago

Unrelated test failure.