Skip to content

Use built-in unittest.mock and remove unneeded case dep#37

Closed
mgorny wants to merge 1 commit intocelery:masterfrom
mgorny:unittest.mock
Closed

Use built-in unittest.mock and remove unneeded case dep#37
mgorny wants to merge 1 commit intocelery:masterfrom
mgorny:unittest.mock

Conversation

@mgorny
Copy link
Contributor

@mgorny mgorny commented Apr 1, 2021

Use the built-in unittest.mock module to implement mocks since Python 2
is no longer supported. Remove unused fixtures, and effectively
the dependency on case package.

It seems that this package has been pulling six implicitly for
sphinx_celery, so add the transitional dep for the time being.
See celery/sphinx_celery#11.

Use the built-in unittest.mock module to implement mocks since Python 2
is no longer supported.  Remove unused fixtures, and effectively
the dependency on case package.

It seems that this package has been pulling six implicitly for
sphinx_celery, so add the transitional dep for the time being.
See celery/sphinx_celery#11.
@codecov
Copy link

codecov bot commented Apr 1, 2021

Codecov Report

Merging #37 (a480dba) into master (63ba62d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files           6        6           
  Lines         280      280           
  Branches       47       47           
=======================================
  Hits          260      260           
  Misses         16       16           
  Partials        4        4           

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 63ba62d...a480dba. Read the comment docs.

@graingert graingert mentioned this pull request Jul 20, 2021
@auvipy auvipy closed this Jul 21, 2021
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.

3 participants