Skip to content

Test windows on py3.10rc1 and pypy3.7#6868

Merged
auvipy merged 13 commits intocelery:masterfrom
graingert:test-windows-on-py3.9-plus
Aug 14, 2021
Merged

Test windows on py3.10rc1 and pypy3.7#6868
auvipy merged 13 commits intocelery:masterfrom
graingert:test-windows-on-py3.9-plus

Conversation

@graingert
Copy link
Copy Markdown
Contributor

Note: Before submitting this pull request, please review our contributing
guidelines
.

Description

@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Jul 21, 2021

This pull request introduces 2 alerts and fixes 3 when merging e99e39c into c557c75 - view on LGTM.com

new alerts:

  • 1 for Non-exception in 'except' clause
  • 1 for Module is imported with 'import' and 'import from'

fixed alerts:

  • 2 for Missing call to `__init__` during object initialization
  • 1 for Unused import

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 21, 2021

Codecov Report

Merging #6868 (fc11908) into master (1c477c4) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6868      +/-   ##
==========================================
+ Coverage   89.23%   89.28%   +0.05%     
==========================================
  Files         138      138              
  Lines       16626    16629       +3     
  Branches     2099     2100       +1     
==========================================
+ Hits        14836    14848      +12     
+ Misses       1571     1561      -10     
- Partials      219      220       +1     
Flag Coverage Δ
unittests 89.28% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
celery/backends/asynchronous.py 60.18% <0.00%> (-0.47%) ⬇️
celery/backends/base.py 93.40% <0.00%> (ø)
celery/local.py 91.31% <0.00%> (+0.55%) ⬆️
celery/backends/consul.py 83.05% <0.00%> (+17.01%) ⬆️

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 1c477c4...fc11908. Read the comment docs.

@graingert graingert force-pushed the test-windows-on-py3.9-plus branch from 2423de1 to ea7b692 Compare July 21, 2021 16:14
@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Jul 21, 2021

This pull request introduces 2 alerts and fixes 3 when merging ea7b692 into c557c75 - view on LGTM.com

new alerts:

  • 1 for Non-exception in 'except' clause
  • 1 for Module is imported with 'import' and 'import from'

fixed alerts:

  • 2 for Missing call to `__init__` during object initialization
  • 1 for Unused import

@graingert
Copy link
Copy Markdown
Contributor Author

I think this would be much easier with poetry #6680

@graingert graingert force-pushed the test-windows-on-py3.9-plus branch from c04dfd7 to 2cc8ea4 Compare July 22, 2021 09:34
@graingert graingert force-pushed the test-windows-on-py3.9-plus branch from fe93a9f to 6bdd444 Compare August 3, 2021 15:09
@graingert graingert force-pushed the test-windows-on-py3.9-plus branch from 6bdd444 to cc523a4 Compare August 3, 2021 15:11
@graingert graingert changed the title Test windows on py3.9 plus Test windows on py3.10 plus Aug 3, 2021
@graingert graingert changed the title Test windows on py3.10 plus Test windows on py3.10 Aug 3, 2021
@graingert graingert marked this pull request as ready for review August 3, 2021 18:49
@graingert graingert closed this Aug 3, 2021
@graingert graingert reopened this Aug 3, 2021
@graingert graingert closed this Aug 3, 2021
@graingert graingert reopened this Aug 3, 2021
@graingert graingert changed the title Test windows on py3.10 Test windows on py3.10 and pypy3.7 Aug 14, 2021
@graingert graingert changed the title Test windows on py3.10 and pypy3.7 Test windows on py3.10rc1 and pypy3.7 Aug 14, 2021
@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Aug 14, 2021

This pull request fixes 2 alerts when merging fc11908 into 04771d6 - view on LGTM.com

fixed alerts:

  • 2 for Wrong name for an argument in a call

@graingert
Copy link
Copy Markdown
Contributor Author

@auvipy this one is ready now

@auvipy auvipy added this to the 5.2 milestone Aug 14, 2021
@auvipy auvipy merged commit e6b1c67 into celery:master Aug 14, 2021
@graingert graingert deleted the test-windows-on-py3.9-plus branch August 14, 2021 09:59
jeyrce pushed a commit to jeyrce/celery that referenced this pull request Aug 25, 2021
* test on Windows with py3.9+

* skip couchbase on python win32 >= 3.10

* temporarily disable rust on win pypy

* fix couchbase conditional syntax

* fix rust condition

* continue ignoring pypy on windows for now

* remove redundant passenv

* skip eventlet tests on windows 3.9+

* eventlet hangs on 3.6+ windows

* cryptography now has pypy3.7 wheels

* upgrade to rc py3.10

* add trove classifier for py3.10

* bump timeout for pypy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants