| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Resolves an issue Ken reported running tests in the QA farm, which is due to use of an interface from more-recent-python: python/cpython#91973
The 'text' parameter to subprocess.run() was added in python 3.6 as a more convenient / clear interface - switch to the mechanism available from the release we support. https://docs.python.org/3/library/subprocess.html#subprocess.run
|
@natoscott LGTM. I've installed your latest version of archive-import.py and run qa/1807 successfully on each of the following:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves an issue Ken reported running tests in the QA farm, which is due to use of an interface from more-recent-python: python/cpython#91973