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

Remove the Sphinx bug-related addendum in the doc #351

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Conversation

elemoine
Copy link
Contributor

Closes #200

Successful PR Checklist:

  • Tests
    • (not applicable?)
  • Documentation
    • (not applicable?)
  • Had a good time contributing?

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #351 (1e8eb8a) into master (b587fc3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #351   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines         1568      1568           
  Branches       171       171           
=========================================
  Hits          1568      1568           
Impacted Files Coverage Δ
procrastinate/utils.py 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 b587fc3...1e8eb8a. Read the comment docs.

@elemoine
Copy link
Contributor Author

Based on #352, which is to be merged first.

@@ -5,14 +5,15 @@

@pytest.fixture
def shell(process_env):
return subprocess.Popen(
with subprocess.Popen(
Copy link
Member

Choose a reason for hiding this comment

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

TIL with subprocess.Popen 😮 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

TIL too

@ewjoachim ewjoachim merged commit 95ad595 into master Nov 20, 2020
@ewjoachim ewjoachim deleted the ele_sphinx branch November 20, 2020 15:21
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.

Remove the Sphinx bug-related addendum in the doc
2 participants