summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* pytest 6.2.0 supportRonny Pfannschmidt2020-12-131-1/+1
* fix #507 - use dist.metadata.name and add pyproject support for dist_nameRonny Pfannschmidt2020-12-131-3/+14
* fix #337: if relative_to is given as folder instead of file consider it directlyRonny Pfannschmidt2020-12-111-4/+8
* add test and changelog for #356Ronny Pfannschmidt2020-12-111-0/+2
* [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-063-15/+19
* fix #213: better error on nonzero dev versionsRonny Pfannschmidt2020-12-061-0/+16
* fix #321: add SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAMERonny Pfannschmidt2020-12-051-0/+21
* fix #352: add a envvar to ignore scm rootsRonny Pfannschmidt2020-11-301-0/+6
* fix #471: better error when a simplicistic version bump failsRonny Pfannschmidt2020-11-291-5/+15
* fix #479: better error on unparsable simplified semver versionRonny Pfannschmidt2020-11-291-0/+9
* add python 3.9 to tox and drop sixRonny Pfannschmidt2020-11-281-4/+3
* pre-commit updateRonny Pfannschmidt2020-11-282-5/+3
* Add `no-guess-dev` implementation.Pedro Algarvio2020-11-021-0/+26
* Relax the default git decribe commandPedro Algarvio2020-10-301-0/+16
* testing: use and test SOURCE_DATE_EPOCH handlingRasmus Villemoes2020-10-143-15/+17
* Add version_tuple to write_to contentsBruno Oliveira2020-08-221-2/+6
* xfail the test for non-dotted versionsbugfix/449-disallow-the-nondotRonny Pfannschmidt2020-05-311-0/+1
* Adding Windows + Py 2.7 test, skipsHenry Schreiner2020-05-252-0/+11
* Merge pull request #441 from chrisjbillington/release-branch-semver-fixRonny Pfannschmidt2020-05-251-2/+2
|\
| * Add release-branch-semver to setup.cfgchrisjbillington2020-05-241-2/+2
* | Fix missing git/hg handling in tests for py27Michał Górny2020-05-253-4/+4
|/
* drop travisdrop-travisRonny Pfannschmidt2020-05-202-20/+5
* Add release-branch-semver schemechrisjbillington2020-05-111-1/+42
* Skip git tests when git is unavailableMichał Górny2020-05-074-6/+24
* Merge pull request #428 from pypa/bugfix/427-utc-mismatchRonny Pfannschmidt2020-05-071-2/+3
|\
| * Generate the date for today in UTC. Fixes #427.bugfix/427-utc-mismatchJason R. Coombs2020-05-061-2/+3
* | Skip mercurial tests when hg is not availableMichał Górny2020-05-062-1/+12
|/
* Merge pull request #410 from anntzer/parentdir_prefix_versionRonny Pfannschmidt2020-05-021-0/+12
|\
| * Allow getting the version from the parent directory suffix.Antony Lee2020-05-011-0/+12
* | add python testsworkflowsRonny Pfannschmidt2020-05-014-59/+75
|/
* Select git tags based on presence of numbers, rather than dots.Diego Elio Pettenò2020-03-251-0/+8
* Extract version correctly from tags with a single digit.Diego Elio Pettenò2020-03-251-0/+5
* Avoid overriding the default tag_regex in tests.Diego Elio Pettenò2020-03-251-1/+0
* no-local-version scheme and improved documentationcon-f-use2020-02-071-0/+3
* Add issue number to test caseTheTripleV2020-01-251-0/+1
* fix #395: correctly transfer tag regex in the Configuration constructorfix-395-pass-in-tag-regexRonny Pfannschmidt2020-01-191-1/+7
* Merge pull request #390 from blueyed/fix-testRonny Pfannschmidt2020-01-181-1/+2
|\
| * Fix testing/test_git.py::test_git_archive_export_ignoreDaniel Hahler2020-01-101-1/+2
* | Merge pull request #377 from pypa/fix-374Ronny Pfannschmidt2020-01-181-1/+1
|\ \ | |/ |/|
| * fix #374 - initialize configuration for toml integrationRonny Pfannschmidt2019-11-281-1/+1
* | fix #381 - clean out env vars from the git hook systemRonny Pfannschmidt2019-12-132-0/+34
|/
* fixup! Test pyproject.toml integration using gitlayday2019-11-271-1/+1
* fixup! Test pyproject.toml integration using gitlayday2019-11-271-3/+1
* Test pyproject.toml integration using gitlayday2019-11-271-0/+24
* update pre-commit setup to modern practices and ensure flake8 is in line as w...Ronny Pfannschmidt2019-11-256-39/+29
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-242-4/+2
* Add integration testJason R. Coombs2019-11-241-0/+17
* Restore Python 2.7 compatibilityJason R. Coombs2019-11-241-0/+2
* Fade to blackJason R. Coombs2019-11-241-2/+2
* Move section to `tool:` namespaceJason R. Coombs2019-11-231-1/+1