Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor/breaking: move file finders to private module | Ronny Pfannschmidt | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | Fix tests for windows | Anderson Bravalheri | 2022-07-15 | 1 | -1/+7 |
| | |||||
* | Add integrations and tests for fallback file finders | Anderson Bravalheri | 2022-07-15 | 1 | -0/+24 |
| | |||||
* | Bump minimal python to 3.7 | Ronny Pfannschmidt | 2022-05-29 | 1 | -2/+3 |
| | |||||
* | complete mypy transformation | Ronny Pfannschmidt | 2022-05-29 | 1 | -21/+30 |
| | |||||
* | fix #587 - stop file finding on missing commits | Ronny Pfannschmidt | 2021-08-26 | 1 | -1/+8 |
| | | | | on a repository without a commit we cannot tell the valid files, so we don't | ||||
* | fix: drop more Python 2 manually | Henry Schreiner | 2021-03-16 | 1 | -2/+0 |
| | |||||
* | fix #352: add a envvar to ignore scm roots | Ronny Pfannschmidt | 2020-11-30 | 1 | -0/+6 |
| | |||||
* | Adding Windows + Py 2.7 test, skips | Henry Schreiner | 2020-05-25 | 1 | -0/+2 |
| | |||||
* | Fix missing git/hg handling in tests for py27 | Michał Górny | 2020-05-25 | 1 | -2/+2 |
| | |||||
* | Skip git tests when git is unavailable | Michał Górny | 2020-05-07 | 1 | -1/+4 |
| | |||||
* | Skip mercurial tests when hg is not available | Michał Górny | 2020-05-06 | 1 | -1/+4 |
| | | | | | | | Mercurial is broken (read: crashing with bus error) on SPARC. Nevertheless, many packages need setuptools_scm even if we never ever use Mercurial checkouts. This patch makes it possible to run the test suite successfully when Mercurial is not available on the system. | ||||
* | add python testsworkflows | Ronny Pfannschmidt | 2020-05-01 | 1 | -33/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | port testsuite to pathlib, and try to resolve windows short paths trace git toplevel mismatch (observed on win32 name shortening) exclude python2 on windows remove the appveyor config, its broken drop most travis envs that we have in github workflows now add actions for creating egg artifacts/wheels/sdists WIP: experiment with act WIP: fix workflow typo WIP: add missed runs-on fix typoed excludes fixup: upload actuall wheel/sdist in the build step style fixes for the actions config | ||||
* | update pre-commit setup to modern practices and ensure flake8 is in line as ↵ | Ronny Pfannschmidt | 2019-11-25 | 1 | -32/+25 |
| | | | | well (#369) | ||||
* | inflict black on the codebase :) | Ronny Pfannschmidt | 2018-05-13 | 1 | -140/+105 |
| | |||||
* | Tweak test skip reasons | Stéphane Bidoul (ACSONE) | 2018-05-11 | 1 | -2/+2 |
| | |||||
* | Improve file finder test coverage | Stéphane Bidoul (ACSONE) | 2018-05-11 | 1 | -0/+30 |
| | |||||
* | file finder: symlink edge cases | Stéphane Bidoul (ACSONE) | 2018-05-10 | 1 | -1/+38 |
| | | | | | | | | | | It turns out we had a edge case to handle, as the algorithm included scm controlled files reachable through symlinks while the symlink itself was not scm controlled. Additionally, better handle situations where we include a directory below 'path' as well as a symlink to it. Before it would randomly return the original directory, or include it under the symlink. | ||||
* | Fix hg file finder in presence of white space in paths | Stéphane Bidoul (ACSONE) | 2018-04-28 | 1 | -0/+9 |
| | |||||
* | Refactor hg and git file finders to use the same algorithm | Stéphane Bidoul (ACSONE) | 2018-04-28 | 1 | -0/+138 |
Also make the test parametric. |