summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix some formatting in contributing.rstNed Batchelder2023-03-211-7/+6
|
* docs: further slimming down of contribution instructionsNed Batchelder2023-03-201-27/+12
|
* docs: update contribution instructions (#1591)polkapolka2023-03-201-16/+29
| | | | | | | * Updating contribution to include fork instructions * Fixing urls * Fix urls
* docs: more details, and current output, in contributing.rstNed Batchelder2023-03-201-43/+78
|
* build: use .in from .inNed Batchelder2023-03-141-0/+5
| | | | | | | | | | | | | We build the .pip files on Mac. Some transitive dependencies are different on other OS's, and so would fail there, like this: ``` ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: SecretStorage>=3.2 from https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl#sha256=f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99 (from keyring==23.13.1->-r requirements/dev.pip (line 279)) ``` By keeping the .in files self-contained, we provide a way to install without hashes.
* docs: never run pip directlyNed Batchelder2023-03-141-1/+1
|
* docs: contributions should have testsNed Batchelder2022-09-031-0/+3
|
* docs: add more details to doc/contributing.rstNed Batchelder2022-08-291-14/+47
|
* doc: fix a moved linkNed Batchelder2022-02-061-1/+1
|
* build: drop Python 3.6 supportNed Batchelder2021-12-311-1/+3
|
* test: change how we keep mismatched actual outputNed Batchelder2021-07-151-4/+0
| | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test
* docs: update the examples in contributing.rstNed Batchelder2021-05-021-60/+39
|
* docs: update a pytest url to their new structureNed Batchelder2021-03-211-1/+1
|
* A little easier to read in contributing.rstNed Batchelder2019-12-081-4/+4
|
* Spell check the docsNed Batchelder2019-11-101-2/+2
|
* Remove :history: linesNed Batchelder2019-11-091-2/+0
|
* Update the contributing docNed Batchelder2019-05-131-45/+56
|
* Update the tox output example from hg to git.Mariatta2018-11-131-2/+2
|
* Debug-time environment variables can be set with set_env.pyNed Batchelder2018-11-031-1/+1
|
* Remove now-unused CoverageGoldTest classNed Batchelder2018-08-241-3/+0
|
* Enable keeping test-created temp dirsNed Batchelder2018-08-241-3/+8
|
* Explain some testing environment variablesNed Batchelder2018-06-241-0/+15
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Pull in 4.5.1a changes to update docs for GitHub migration.Ned Batchelder2018-06-231-6/+5
|\
| * Update docs to point to GitHubcoverage-4.5.1aNed Batchelder2018-06-231-6/+5
| |
* | Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-191-1/+1
|/
* Use correct homepage for toxNed Batchelder2017-10-051-1/+1
|
* A little more about contributionNed Batchelder2017-01-101-2/+8
|
* Updates for pytestNed Batchelder2016-11-261-44/+46
|
* Keep lines trimmedNed Batchelder2016-11-201-1/+2
|
* No more nose, use pytest as test runnerNed Batchelder2016-11-201-0/+2
|
* Use linkcheck on docs, and fix some broken linksNed Batchelder2016-09-241-1/+1
|
* Move most requirements into requirements/*.pip, and share them where possibleNed Batchelder2015-09-071-1/+1
| | | | | --HG-- rename : requirements.pip => requirements/dev.pip
* Use requirements.pip filesNed Batchelder2015-08-291-37/+42
| | | | | | --HG-- rename : doc/requirements.txt => doc/requirements.pip rename : requirements.txt => requirements.pip
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Turn all the history into comments.Ned Batchelder2015-01-241-1/+1
|
* make --source and -m play nice togetherbuck2014-10-151-1/+1
| | | | | | --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab
* Remove notes about me being available for custom work, and rewrap many ↵Ned Batchelder2013-09-171-4/+4
| | | | paragraphs.
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-4/+4
|
* Coverage.py measuring itself works again! 86%, btw.Ned Batchelder2012-11-251-0/+14
|
* Silence the last of the pylint warnings.Ned Batchelder2012-11-201-9/+3
|
* This release is not a 3.5.4, it's at least 3.6Ned Batchelder2012-11-171-2/+2
|
* Try to format the contributing page better.Ned Batchelder2012-11-121-76/+66
|
* A Contributing page in the docs. #171Ned Batchelder2012-11-121-0/+166