Skip to content

Avoid containment-related DeprecationWarning on Python 3.7#855

Merged
mdickinson merged 2 commits into
masterfrom
fix/enum-deprecation-warning
Jan 30, 2020
Merged

Avoid containment-related DeprecationWarning on Python 3.7#855
mdickinson merged 2 commits into
masterfrom
fix/enum-deprecation-warning

Conversation

@mdickinson
Copy link
Copy Markdown
Member

@mdickinson mdickinson commented Jan 29, 2020

Also adds some unit tests for safe_contains.

Fixes #853

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jan 29, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #855   +/-   ##
=========================================
  Coverage          ?   72.44%           
=========================================
  Files             ?       51           
  Lines             ?     6369           
  Branches          ?     1277           
=========================================
  Hits              ?     4614           
  Misses            ?     1361           
  Partials          ?      394
Impacted Files Coverage Δ
traits/trait_base.py 63.19% <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 3fba980...42cb008. Read the comment docs.

Comment thread traits/trait_base.py
@mdickinson mdickinson added this to the 6.0.0 release milestone Jan 29, 2020
@mdickinson mdickinson merged commit cdd31e5 into master Jan 30, 2020
@mdickinson mdickinson deleted the fix/enum-deprecation-warning branch January 30, 2020 11:06
mdickinson added a commit that referenced this pull request Jan 30, 2020
* Avoid containment-related DeprecationWarning on Python 3.7

* Fix a test

(cherry picked from commit cdd31e5)
mdickinson added a commit that referenced this pull request Jan 30, 2020
* Avoid containment-related DeprecationWarning on Python 3.7 (#855)

* Avoid containment-related DeprecationWarning on Python 3.7

* Fix a test

(cherry picked from commit cdd31e5)

* Add PR reference in changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DeprecationWarning from test suite on Python 3.7

3 participants