summaryrefslogtreecommitdiff
path: root/noxfile.py
Commit message (Expand)AuthorAgeFilesLines
* Don't upgrade setuptools when vendoringPradyun Gedam2020-11-281-0/+3
* Add automation for upgrading dependenciesPradyun Gedam2020-11-191-3/+45
* Document and start testing Python 3.9 supportNguyễn Gia Phong2020-10-121-1/+1
* Remove a sorted call Pradyun Gedam2020-05-211-1/+1
* Apply suggestion from review commentsPradyun Gedam2020-05-211-1/+1
* Make nox upload-release work on WindowsPaul Moore2020-05-211-3/+4
* Fix copying distribution files from checkoutPradyun Gedam2020-04-211-4/+4
* Remove pip version requirement for vendoringPaul Moore2020-04-141-3/+0
* Add a vendoring session to noxfile.pyPaul Moore2020-04-131-0/+10
* Significantly improve release version validationPradyun Gedam2020-04-111-4/+4
* Speed up `nox -s docs`Pradyun Gedam2020-03-141-1/+1
* Fix nox -s docsPradyun Gedam2020-02-111-0/+1
* ♻ Relocate get_git_untracked_files to utilsSviatoslav Sydorenko2020-02-031-17/+1
* 🎨 Copy and log built dists explicitlySviatoslav Sydorenko2020-02-031-6/+12
* Relocate helper CMs to tools.automation.releaseSviatoslav Sydorenko2020-02-031-44/+4
* Refactor the untracked files checkSviatoslav Sydorenko2020-02-031-12/+21
* Reword has_git_untracked_files error log msgSviatoslav Sydorenko2020-02-031-1/+1
* Drop unnecessary build dir cleanup in tmp checkoutSviatoslav Sydorenko2020-02-031-4/+0
* Refactor isolated_temporary_checkout CM namingSviatoslav Sydorenko2020-02-031-4/+7
* Move tmp dir logging to build_releaseSviatoslav Sydorenko2020-02-031-3/+4
* Make mk_tmp_git_checkout docstring shorterSviatoslav Sydorenko2020-02-031-4/+1
* Remove `dist/` before copying the dists backSviatoslav Sydorenko2020-02-031-0/+1
* Use nox.sessions.Session.chdir instead of os.chdirSviatoslav Sydorenko2020-02-031-4/+2
* Make release task build dists @ clean tmp checkoutSviatoslav Sydorenko2020-02-031-5/+54
* Abort on Git-untracked files in the workdirSviatoslav Sydorenko2020-02-031-0/+22
* Revert "🔥 Exterminate files that aren't Git-tracked"Sviatoslav Sydorenko2020-02-031-2/+3
* 🔥 Exterminate files that aren't Git-trackedSviatoslav Sydorenko2020-02-031-3/+2
* Suggest a way of cleaning dist if non-emptySviatoslav Sydorenko2020-01-301-1/+4
* Empty build directory before building distributionsPradyun Gedam2020-01-211-0/+4
* Add dist/ prefix to expected filenamesPradyun Gedam2020-01-211-2/+2
* Minor updates to noxfile.py (#7330)Pradyun Gedam2019-11-111-1/+3
|\
| * nox: Update interpreters available for testingPradyun Gedam2019-11-101-1/+1
| * nox: Remove pre-existing source distributionsPradyun Gedam2019-11-101-0/+2
* | nox: Add a command for uploading releasesPradyun Gedam2019-11-101-0/+33
* | nox: Log the correct command name in errorPradyun Gedam2019-11-101-1/+1
|/
* Add a nox command to build release artifactsPradyun Gedam2019-11-031-0/+27
* Rewrite release preparation automationPradyun Gedam2019-11-031-91/+32
* Merge pull request #7191 from qiell/fix/update-shutil-remove-to-rmtreePradyun Gedam2019-10-151-1/+1
|\
| * (Fix Tests): Change method from shutil.remove to shutil.rmtreeAkash Srivastava2019-10-141-1/+1
* | Add release targetXavier Fernandez2019-10-141-1/+56
|/
* nox: Install from a source distributionPradyun Gedam2019-10-071-2/+13
* nox: Log details when reusing existing common-wheelsPradyun Gedam2019-10-071-0/+6
* nox: Better handle execution with protected pipPradyun Gedam2019-10-071-8/+15
* add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* Add a note that the nox commands are a "prototype"Pradyun Gedam2019-09-281-0/+3
* Bring in useful comments from tox.iniPradyun Gedam2019-09-281-1/+11
* Parallelize tests as much as possible, by defaultPradyun Gedam2019-09-281-1/+4
* More accurate docstringPradyun Gedam2019-09-271-1/+1
* Add development commands to noxPradyun Gedam2019-09-271-0/+90
* No need to create a virtualenv for generate_authorsPradyun Gedam2019-09-271-2/+2