• Kirill Smelkov's avatar
    pygolang: Always use git checkout for both release and development version · b2c06906
    Kirill Smelkov authored
    Similarly to wendelin.core (see ad34ff4a "wendelin.core: Always use git
    checkout for both release and development version") let's switch pygolang to
    install via git checkout for both release and tests.
    
    This way we avoid dependency on pypi and will be able to do minor updates
    without doing bigger to-pypi releases. Always using git checkout also helps
    security a bit because we remove reliance on trust to tarball received from pypi.
    
    /cc @kazuhiko
    /reviewed-by @jerome
    /reviewed-on !1569
    b2c06906
test.cfg 1.22 KB