Page MenuHomeSoftware Heritage

tests/data/README.md: Use 'python3' executable instead of 'python'
ClosedPublic

Authored by vlorentz on Sep 8 2022, 2:42 PM.

Diff Detail

Repository
rDPROV Provenance database
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 31393
Build 49109: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 49108: arc lint + arc unit

Event Timeline

Build is green

Patch application report for D8422 (id=30373)

Rebasing onto fa15961caf...

Current branch diff-target is up to date.
Changes applied before test
commit 5374e38cccbaefc85d0a230488c6ff5d18d9eb67
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Sep 8 14:41:36 2022 +0200

    tests/data/README.md: Use 'python3' executable instead of 'python'
    
    'python' may be Python 2, according to
    https://peps.python.org/pep-0394/#for-python-runtime-distributors

See https://jenkins.softwareheritage.org/job/DPROV/job/tests-on-diff/661/ for more details.

ardumont added a subscriber: ardumont.

fwm

'python' may be Python 2,...

yes but maybe not in the venv, i don't know whether it's mentioned somewhere we're supposed to execute those in one.

This revision is now accepted and ready to land.Sep 8 2022, 2:55 PM

the venv is recommended, but stubborn people like me don't use it :)

Build is green

Patch application report for D8422 (id=30385)

Rebasing onto 4ee2ed21a7...

Current branch diff-target is up to date.
Changes applied before test
commit a2bcc8eace1b9d4f4db512557bcaff70a4be7c72
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Sep 8 14:41:36 2022 +0200

    tests/data/README.md: Use 'python3' executable instead of 'python'
    
    'python' may be Python 2, according to
    https://peps.python.org/pep-0394/#for-python-runtime-distributors

See https://jenkins.softwareheritage.org/job/DPROV/job/tests-on-diff/662/ for more details.

the venv is recommended, but stubborn people like me don't use it :)

hahaha ;)