Skip to content
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

Bug fix and clean pytest.ini #67

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Conversation

zhiwei2017
Copy link
Owner

  1. fixed issue, where the package is incompatible with python 3.8 due to changed signature of function get_mixins in class EnumMeta. (Closes Incompatible with Python 3.8 #66)
  2. merged pytest.ini into setup.cfg

1. fixed issue, where the package is incompatible with python 3.8 due to changed signature of function _get_mixins_ in class EnumMeta
2. merged pytest.ini into setup.cfg
@sonarcloud
Copy link

sonarcloud bot commented Aug 12, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2021

Codecov Report

Merging #67 (410beb8) into dev (81452eb) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev       #67   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          167       170    +3     
=========================================
+ Hits           167       170    +3     
Impacted Files Coverage Δ
named_enum/__init__.py 100.00% <100.00%> (ø)

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 81452eb...410beb8. Read the comment docs.

@zhiwei2017 zhiwei2017 merged commit 63f0dc0 into dev Aug 12, 2021
@zhiwei2017 zhiwei2017 deleted the 66_incompatible_with_python3.8 branch August 13, 2021 00:00
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.

Incompatible with Python 3.8
2 participants