summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Use timezone aware datetimeAnderson Bravalheri2022-01-171-1/+2
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-134-39/+72
* Merge pull request #646 from abravalheri/improve-mainRonny Pfannschmidt2021-12-291-0/+52
|\
| * Test __main__ for pyproject without setuptools_scmAnderson Bravalheri2021-10-301-1/+12
| * Consider configuration when running `__main__`Anderson Bravalheri2021-10-301-0/+41
* | Merge pull request #655 from kianmeng/fix-typosRonny Pfannschmidt2021-12-292-5/+5
|\ \
| * | Fix typosKian-Meng, Ang2021-12-092-5/+5
| |/
* | handle setuptools install deprecationRonny Pfannschmidt2021-12-211-2/+14
|/
* ensure write_to will not error out on invalid PRETEND_VERSIONRonny Pfannschmidt2021-09-261-1/+1
* add acceptance test for dummy pretend versionsRonny Pfannschmidt2021-09-261-0/+7
* enhance mercurial detection for hg_git testsRonny Pfannschmidt2021-09-261-8/+13
* temporarily mark test_git_worktree_support as xfailRonny Pfannschmidt2021-09-021-2/+4
* add own ci job for legacy setuptools testing an skip it for normal testsRonny Pfannschmidt2021-09-022-0/+11
* Merge branch 'fix-regressions' of github.com:RonnyPfannschmidt/setuptools_scm...Ronny Pfannschmidt2021-09-021-1/+1
|\
| * Update testing/Dockerfile.busted-busterRonny Pfannschmidt2021-08-301-1/+1
* | restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-022-34/+144
|/
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-292-1/+22
* ensure python 3.10 supportRonny Pfannschmidt2021-08-271-0/+3
* fix #597: harden and expand support for figuring the distribution nameRonny Pfannschmidt2021-08-271-12/+46
* fix #593: allow calver-by-date on top of legacy versionRonny Pfannschmidt2021-08-261-1/+14
* fix #587 - stop file finding on missing commitsRonny Pfannschmidt2021-08-261-1/+8
* apply reorder-python-importsRonny Pfannschmidt2021-08-0712-37/+56
* Adding search_parent_directories to recursively search parent directory for g...Tom de Geus2021-08-071-0/+13
* Merge pull request #532 from paugier/hg-gitRonny Pfannschmidt2021-07-132-0/+101
|\
| * Merge main branch into hg-git branchpaugier2021-07-065-9/+141
| |\
| * | Better testing hg-gitpaugier2021-03-252-1/+16
| * | hg-git: test like git + fixespaugier2021-03-232-0/+86
* | | Use os.mkdir rather than subprocess.PopenDominic Davis-Foster2021-07-111-2/+2
* | | LintDominic Davis-Foster2021-07-111-2/+1
* | | Use UTF-8 encoding when reading pyproject.tomlDominic Davis-Foster2021-07-112-5/+25
| |/ |/|
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-06-181-2/+4
* | Minor tests improvementSylvain MARIE2021-06-181-1/+3
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-06-181-2/+2
* | `version_cls` can now receive a string too. Added a test for setuptools/git i...Sylvain MARIE2021-06-181-0/+56
* | Exposing `NonNormalizedVersion` at the root level now that it moved to the co...Sylvain MARIE2021-06-181-2/+2
* | Flake8Sylvain MARIE2021-06-181-2/+3
* | Added a `normalize` boolean flag and a `NonNormalizedVersion` class. Using `n...Sylvain MARIE2021-06-182-19/+29
* | Merge branch 'main' of https://github.com/pypa/setuptools_scm into feature/cu...Sylvain MARIE2021-06-189-51/+178
|\ \
| * | Accept branches start with 'v' as being a release branch.Elliott Sales de Andrade2021-06-011-0/+5
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-261-1/+1
| * | Merge pull request #544 from RonnyPfannschmidt/error-on-dead-pythonRonny Pfannschmidt2021-04-231-0/+14
| |\ \
| | * | enhance docs and old python erroringRonny Pfannschmidt2021-04-221-0/+14
| | |/
| * | Fix #557Kevin Kirsche2021-04-141-0/+12
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-121-1/+1
| |/
| * drop node_date on old gitRonny Pfannschmidt2021-03-171-1/+10
| * Merge pull request #533 from henryiii/patch-1Ronny Pfannschmidt2021-03-166-20/+5
| |\
| | * fix: drop more Python 2 manuallyHenry Schreiner2021-03-163-13/+0
| | * style: run pre-commitHenry Schreiner2021-03-164-7/+5
| * | Reduced size of tests regarding calver by date testIker Reyes2021-03-151-86/+5
| * | Fixed broken calver testIker Reyes2021-03-121-1/+1