Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing git/hg handling in tests for py27 | Michał Górny | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Skip git tests when git is unavailable | Michał Górny | 2020-05-07 | 1 | -3/+7 |
| | |||||
* | Don't pass entrypoing name around anymore and allow passing fallback_root to ↵ | Ionel Cristian Mărieș | 2019-05-10 | 1 | -2/+2 |
| | | | | get_version. | ||||
* | Use a different root for fallbacks. Remove old hack that merely checked ↵ | Ionel Cristian Mărieș | 2019-05-10 | 1 | -1/+1 |
| | | | | entrypoint existence (and not if results are valid). Ref #333. | ||||
* | inflict black on the codebase :) | Ronny Pfannschmidt | 2018-05-13 | 1 | -35/+32 |
| | |||||
* | Fix pip invocation test. | Stéphane Bidoul (ACSONE) | 2018-04-25 | 1 | -2/+2 |
| | |||||
* | fix python2.6 issue with the new test | Ronny Pfannschmidt | 2017-04-08 | 1 | -2/+2 |
| | |||||
* | add a regression test for issue #164 | Ronny Pfannschmidt | 2017-04-08 | 1 | -0/+10 |
| | |||||
* | fix sys.executable failure on Windows | matejcik | 2017-03-03 | 1 | -4/+4 |
| | | | | | Split arguments for `do()` manually, otherwise `shlex.split` will mangle backslashes and break Windows paths. | ||||
* | use sys.executable instead of 'python' for running regression tests | matejcik | 2017-03-03 | 1 | -4/+4 |
| | |||||
* | fix #138 - add support for the pip-egg-info folder | Ronny Pfannschmidt | 2017-02-07 | 1 | -1/+20 |
| | |||||
* | fix #89: windows path comparison bug | Te-jé Rodgers | 2016-06-12 | 1 | -0/+15 |
| | |||||
* | add regression test for callable use_scm_version | Esben Haabendal | 2016-04-06 | 1 | -0/+20 |
| | | | | Signed-off-by: Esben Haabendal <esben@haabendal.dk> | ||||
* | flake8 fixes | Ronny Pfannschmidt | 2015-09-17 | 1 | -3/+5 |
| | |||||
* | restructure root finding, fixes #43 and #45 | Ronny Pfannschmidt | 2015-09-17 | 1 | -0/+23 |
* PKG-INFO is no longer a scm, instead the version is substituted directly * git root folder is verified * simplicistic acceptance test for the root finding |