hpcugent / vsc-install

Shared setuptools functions and classes for python libraries developed by UGent's HPC group
Other
0 stars 27 forks source link

don't test for python2 on py3 only projects #202

Closed wdpypere closed 2 years ago

wdpypere commented 2 years ago

as I'm preparing new test hosts that don't have python2.7 available anymore, I don't think this test should still be there on python3 only projects.

e.g. remove the following line from stage 'test':

    stage('test') {
        sh 'python2.7 -V'
    }