enthought / codetools

Tools for Python code analysis and execution.
Other
50 stars 9 forks source link

Replace deprecated rich_compare kwarg #43

Closed rahulporuri closed 4 years ago

rahulporuri commented 4 years ago

rich_compare has been deprecated since version 3.0.3 of traits and it's been replaced with the comparison_mode kwarg.

See PR https://github.com/enthought/traits/pull/598/ for more information.

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@aae2b1e). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #43   +/-   ##
=========================================
  Coverage          ?   50.51%           
=========================================
  Files             ?       68           
  Lines             ?     3908           
  Branches          ?      847           
=========================================
  Hits              ?     1974           
  Misses            ?     1740           
  Partials          ?      194
Impacted Files Coverage Δ
codetools/execution/executing_context.py 88.88% <ø> (ø)
codetools/execution/async_executing_context.py 94.44% <ø> (ø)
codetools/contexts/traitslike_context_wrapper.py 90.74% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aae2b1e...a8f4808. Read the comment docs.