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

Add support for Python 3.9 & boilerplate #397

Merged
merged 15 commits into from
May 12, 2021
Merged

Add support for Python 3.9 & boilerplate #397

merged 15 commits into from
May 12, 2021

Conversation

ewjoachim
Copy link
Member

@ewjoachim ewjoachim commented May 10, 2021

  • Add support to Python 3.9
  • Switch to Poetry
  • Switch to a new folder named scripts that contains small scripts that reference usual project commands (instead of tox)
  • Speed up CI

Successful PR Checklist:

  • Tests
    • (not applicable?)
  • Documentation
    • (not applicable?)

@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #397 (0e09765) into master (8dbcd86) will decrease coverage by 0.12%.
The diff coverage is 100.00%.

❗ Current head 0e09765 differs from pull request most recent head 8356e93. Consider uploading reports for the commit 8356e93 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##            master     #397      +/-   ##
===========================================
- Coverage   100.00%   99.87%   -0.13%     
===========================================
  Files           28       28              
  Lines         1626     1612      -14     
  Branches       177      175       -2     
===========================================
- Hits          1626     1610      -16     
- Misses           0        1       +1     
- Partials         0        1       +1     
Impacted Files Coverage Δ
procrastinate/contrib/django/migrations_magic.py 100.00% <ø> (ø)
procrastinate/signals.py 100.00% <ø> (ø)
procrastinate/metadata.py 100.00% <100.00%> (ø)
procrastinate/schema.py 100.00% <100.00%> (ø)
procrastinate/sql/__init__.py 100.00% <100.00%> (ø)
procrastinate/worker.py 98.80% <0.00%> (-1.20%) ⬇️
procrastinate/periodic.py 100.00% <0.00%> (ø)
procrastinate/aiopg_connector.py 100.00% <0.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 8dbcd86...8356e93. Read the comment docs.

@ewjoachim ewjoachim force-pushed the boilerplate branch 2 times, most recently from 2ae9db6 to 7ffbc1f Compare May 12, 2021 08:20
Copy link

@mgu mgu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

scripts/README.md Outdated Show resolved Hide resolved
scripts/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@elemoine elemoine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fantastic! Thanks for this.

@ewjoachim ewjoachim closed this May 12, 2021
@ewjoachim ewjoachim reopened this May 12, 2021
@ewjoachim ewjoachim merged commit d5829be into master May 12, 2021
@ewjoachim ewjoachim deleted the boilerplate branch May 12, 2021 12:52
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