Skip to content

[3.7] bpo-26901: Fix the Argument Clinic test suite (GH-8879) #9048

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

Merged
merged 1 commit into from
Sep 3, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 3, 2018

  • Fix Tools/clinic/clinic_test.py: add missing
    FakeClinic.destination_buffers attribute and pass a file argument
    to Clinic().
  • Rename Tools/clinic/clinic_test.py to Lib/test/test_clinic.py:
    add temporary Tools/clinic/ to sys.path to import the clinic
    module.

Co-Authored-By: Pablo Galindo pablogsal@gmail.com
(cherry picked from commit 65fc98e)

Co-authored-by: Victor Stinner vstinner@redhat.com

https://bugs.python.org/issue26901

* Fix Tools/clinic/clinic_test.py: add missing
  FakeClinic.destination_buffers attribute and pass a file argument
  to Clinic().
* Rename Tools/clinic/clinic_test.py to Lib/test/test_clinic.py:
  add temporary Tools/clinic/ to sys.path to import the clinic
  module.

Co-Authored-By: Pablo Galindo <pablogsal@gmail.com>
(cherry picked from commit 65fc98e)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@vstinner
Copy link
Member

vstinner commented Sep 3, 2018

@serhiy-storchaka, @berkerpeksag, @pablogsal: my PR to add Lib/test/test_clinic.py has been merged to master. Are you ok to also fix Argument Clinic tests in 3.7?

I'm not sure about fixing 3.6.

@berkerpeksag
Copy link
Member

+1 for fixing it in 3.7. I'd skip 3.6 since its bugfix maintenance period will end soon.

@pablogsal
Copy link
Member

pablogsal commented Sep 3, 2018

+1 for fixing it in 3.7.

@miss-islington
Copy link
Contributor Author

@vstinner: Backport status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@vstinner: Backport status check is done, and it's a success ✅ .

@vstinner vstinner merged commit 1e92123 into python:3.7 Sep 3, 2018
@miss-islington miss-islington deleted the backport-65fc98e-3.7 branch September 3, 2018 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants